summaryrefslogtreecommitdiff
path: root/deps/rabbit_common/src/rabbit_health_check.erl
diff options
context:
space:
mode:
Diffstat (limited to 'deps/rabbit_common/src/rabbit_health_check.erl')
-rw-r--r--deps/rabbit_common/src/rabbit_health_check.erl4
1 files changed, 1 insertions, 3 deletions
diff --git a/deps/rabbit_common/src/rabbit_health_check.erl b/deps/rabbit_common/src/rabbit_health_check.erl
index acef9d94b9..94dbe85c7e 100644
--- a/deps/rabbit_common/src/rabbit_health_check.erl
+++ b/deps/rabbit_common/src/rabbit_health_check.erl
@@ -19,9 +19,7 @@
-define(NODE_HEALTH_CHECK_TIMEOUT, 70000).
--ifdef(use_specs).
--spec(node/1 :: (node()) -> 'true' | no_return()).
--endif.
+-spec node(node()) -> 'true' | no_return().
%%----------------------------------------------------------------------------
%% External functions