summaryrefslogtreecommitdiff
path: root/include/rabbit_auth_mechanism_spec.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'include/rabbit_auth_mechanism_spec.hrl')
-rw-r--r--include/rabbit_auth_mechanism_spec.hrl1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/rabbit_auth_mechanism_spec.hrl b/include/rabbit_auth_mechanism_spec.hrl
index 56c8faf6..93aa40bd 100644
--- a/include/rabbit_auth_mechanism_spec.hrl
+++ b/include/rabbit_auth_mechanism_spec.hrl
@@ -31,7 +31,6 @@
-ifdef(use_specs).
-spec(description/0 :: () -> [{atom(), any()}]).
--spec(should_offer/1 :: (rabbit_net:socket()) -> boolean()).
-spec(init/1 :: (rabbit_net:socket()) -> any()).
-spec(handle_response/2 :: (binary(), any()) ->
{'ok', rabbit_types:user()} |