summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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.
%%----------------------------------------------------------------------------