Skip to content

Commit 21da95a

Browse files
committed
fixup
1 parent e4bac3a commit 21da95a

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

src/rabbit.erl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,8 +1054,6 @@ start_logger() ->
10541054
log_locations() ->
10551055
rabbit_lager:log_locations().
10561056

1057-
-spec force_event_refresh(reference()) -> 'ok'.
1058-
10591057
% Note: https://www.pivotaltracker.com/story/show/166962656
10601058
% This event is necessary for the stats timer to be initialized with
10611059
% the correct values once the management agent has started

src/rabbit_channel.erl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@
6969
-export([init/1, terminate/2, code_change/3, handle_call/3, handle_cast/2,
7070
handle_info/2, handle_pre_hibernate/1, prioritise_call/4,
7171
prioritise_cast/3, prioritise_info/3, format_message_queue/2]).
72-
handle_info/2, handle_pre_hibernate/1, handle_post_hibernate/1,
73-
prioritise_call/4, prioritise_cast/3, prioritise_info/3,
74-
format_message_queue/2]).
7572

7673
%% Internal
7774
-export([list_local/0, emit_info_local/3, deliver_reply_local/3]).
@@ -419,14 +416,9 @@ refresh_interceptors() ->
419416
ready_for_close(Pid) ->
420417
rabbit_channel_common:ready_for_close(Pid).
421418

422-
<<<<<<< HEAD
423-
=======
424-
-spec force_event_refresh(reference()) -> 'ok'.
425-
426419
% Note: https://www.pivotaltracker.com/story/show/166962656
427420
% This event is necessary for the stats timer to be initialized with
428421
% the correct values once the management agent has started
429-
>>>>>>> c93c3cc14... Merge pull request #2049 from rabbitmq/pt-166962656-stats-failure-38-lre
430422
force_event_refresh(Ref) ->
431423
[gen_server2:cast(C, {force_event_refresh, Ref}) || C <- list()],
432424
ok.

src/rabbit_reader.erl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,6 @@ info(Pid, Items) ->
217217
{error, Error} -> throw(Error)
218218
end.
219219

220-
-spec force_event_refresh(pid(), reference()) -> 'ok'.
221-
222220
% Note: https://www.pivotaltracker.com/story/show/166962656
223221
% This event is necessary for the stats timer to be initialized with
224222
% the correct values once the management agent has started

0 commit comments

Comments
 (0)