Skip to content

Commit f09544b

Browse files
committed
rabbit_feature_flags: Remove the definition of ?TIMEOUT
[Why] This is unused in this source file.
1 parent 8749c60 commit f09544b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

deps/rabbit/src/rabbit_feature_flags.erl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,6 @@
126126
get_overriden_running_nodes/0]).
127127
-endif.
128128

129-
%% Default timeout for operations on remote nodes.
130-
-define(TIMEOUT, 60000).
131-
132129
-type feature_flag_modattr() :: {feature_name(),
133130
feature_props()}.
134131
%% The value of a `-rabbitmq_feature_flag()' module attribute used to

0 commit comments

Comments
 (0)