summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2010-07-02 15:05:26 +0100
committerMatthias Radestock <matthias@rabbitmq.com>2010-07-02 15:05:26 +0100
commit3e02099c9a37eb1bcbe93a7d898261314e127518 (patch)
tree1214f8719f109206c116b402465c0d5b05601aa0 /include
parenta98b9aa64b79a0b536ec806b1811b87cbcd6eb45 (diff)
downloadrabbitmq-server-git-3e02099c9a37eb1bcbe93a7d898261314e127518.tar.gz
tweak: don't need protocol_name type
Diffstat (limited to 'include')
-rw-r--r--include/rabbit.hrl3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index 72fbb01e0e..1bb89af96c 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -173,9 +173,8 @@
#amqp_error{name :: atom(),
explanation :: string(),
method :: atom()}).
-
-type(protocol() :: atom()).
--type(protocol_name() :: atom()).
+
-endif.
%%----------------------------------------------------------------------------