Skip to content

Commit 36ef3ab

Browse files
Fix a merge
1 parent 976d4a3 commit 36ef3ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/rabbit_amqqueue.erl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
-export([list/0, list/1, info_keys/0, info/1, info/2, info_all/1, info_all/2,
3030
emit_info_all/5, list_local/1, info_local/1,
3131
emit_info_local/4, emit_info_down/4]).
32-
-export([list_down/1, count/1, list_names/0,
33-
list_names/0, list_local_names/0]).
32+
-export([list_down/1, count/1, list_names/0, list_local_names/0]).
3433
-export([force_event_refresh/1, notify_policy_changed/1]).
3534
-export([consumers/1, consumers_all/1, emit_consumers_all/4, consumer_info_keys/0]).
3635
-export([basic_get/4, basic_consume/11, basic_cancel/5, notify_decorators/1]).

0 commit comments

Comments
 (0)