summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2010-11-30 18:16:05 +0000
committerSimon MacMullen <simon@rabbitmq.com>2010-11-30 18:16:05 +0000
commit864428a8b22537fe86a2f4f38f0f258ba68e44bf (patch)
tree647330ba1bf2710af307b3a2a3e6b3fc895f7c48 /include
parente2eb7725a3298ad9cadb4a024a7cb87048141ea1 (diff)
downloadrabbitmq-server-git-864428a8b22537fe86a2f4f38f0f258ba68e44bf.tar.gz
Remove should_offer/1.
Diffstat (limited to 'include')
-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 56c8faf621..93aa40bd61 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()} |