summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@lshift.net>2009-12-18 14:21:34 +0000
committerMatthias Radestock <matthias@lshift.net>2009-12-18 14:21:34 +0000
commit5f1c8873b7690995cbc7c030815cb9734abee236 (patch)
tree1bf4b77286cb27257a1a0209f67b3555616e66f4
parente56a438772eb64bc74a07d9cc0912f4e1fe19c72 (diff)
downloadrabbitmq-server-5f1c8873b7690995cbc7c030815cb9734abee236.tar.gz
Backed out changeset b2363fc1a51a
pluggable exchange types are not ready for prime time yet
-rw-r--r--src/rabbit_misc.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rabbit_misc.erl b/src/rabbit_misc.erl
index 97c96fc7..2a0015bf 100644
--- a/src/rabbit_misc.erl
+++ b/src/rabbit_misc.erl
@@ -127,7 +127,6 @@
-spec(stop_applications/1 :: ([atom()]) -> 'ok').
-spec(unfold/2 :: (fun ((A) -> ({'true', B, A} | 'false')), A) -> {[B], A}).
-spec(ceil/1 :: (number()) -> number()).
--spec(sort_field_table/1 :: (amqp_table()) -> amqp_table()).
-endif.