summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/rabbit.hrl1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index 7dda921131..c45099e20c 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -35,7 +35,6 @@
impl %% Scratch space for that module
}).
-%% TODO mnesia-upgrade this
-record(internal_user, {username, password_hash, is_admin}).
-record(permission, {configure, write, read}).
-record(user_vhost, {username, virtual_host}).