Skip to content
This repository was archived by the owner on Nov 16, 2020. It is now read-only.

Commit c533053

Browse files
committed
Compiler warning
1 parent d9d29a4 commit c533053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rabbit_top_worker.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ table_info(Table) ->
126126
TableInfo = ets:info(Table),
127127
map_table_info(Table, TableInfo).
128128

129-
map_table_info(Table, undefined) ->
129+
map_table_info(_Table, undefined) ->
130130
undefined;
131131
map_table_info(_Table, TableInfo) ->
132132
F = fun

0 commit comments

Comments
 (0)