Skip to content

Commit

Permalink
rabbit_feature_flags: Remove the definition of ?TIMEOUT
Browse files Browse the repository at this point in the history
[Why]
This is unused in this source file.
  • Loading branch information
dumbbell committed May 30, 2023
1 parent 965e841 commit 9f8b176
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions deps/rabbit/src/rabbit_feature_flags.erl
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,6 @@
get_overriden_running_nodes/0]).
-endif.

%% Default timeout for operations on remote nodes.
-define(TIMEOUT, 60000).

-type feature_flag_modattr() :: {feature_name(),
feature_props()}.
%% The value of a `-rabbitmq_feature_flag()' module attribute used to
Expand Down

0 comments on commit 9f8b176

Please sign in to comment.