summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/rabbit.hrl2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index 330eef80d7..28cfb2d91b 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -65,8 +65,6 @@
-record(basic_message, {exchange_name, routing_key, content,
guid, is_persistent}).
--record(dq_msg_loc, {queue_and_seq_id, is_delivered, is_persistent, msg_id}).
-
-record(ssl_socket, {tcp, ssl}).
-record(delivery, {mandatory, immediate, txn, sender, message}).