summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'include/rabbit.hrl')
-rw-r--r--include/rabbit.hrl7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index 784c21b3..a026602a 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -30,9 +30,7 @@
%%
-record(user, {username, password}).
--record(permission, {configure, write, read}).
-record(user_vhost, {username, virtual_host}).
--record(user_permission, {user_vhost, permission}).
-record(vhost, {virtual_host, dummy}).
@@ -78,7 +76,6 @@
-type(thunk(T) :: fun(() -> T)).
-type(info_key() :: atom()).
-type(info() :: {info_key(), any()}).
--type(regexp() :: binary()).
%% this is really an abstract type, but dialyzer does not support them
-type(guid() :: any()).
@@ -93,10 +90,6 @@
-type(user() ::
#user{username :: username(),
password :: password()}).
--type(permission() ::
- #permission{configure :: regexp(),
- write :: regexp(),
- read :: regexp()}).
-type(amqqueue() ::
#amqqueue{name :: queue_name(),
durable :: bool(),