diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2013-01-03 21:09:43 +0000 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2013-01-03 21:09:43 +0000 |
| commit | 0c058c97d0c108981e9d0b3188743719a78b7819 (patch) | |
| tree | db241ad90a88f4a3e278594f9d2537f6635afc5f /include/rabbit.hrl | |
| parent | adb1808ae2f6b57cbf9c814d46f649dc1d36d5cf (diff) | |
| parent | 3fa23a6ea47e18a406281db75e5728aa8d503e25 (diff) | |
| download | rabbitmq-server-git-0c058c97d0c108981e9d0b3188743719a78b7819.tar.gz | |
merge default into bug24407
Diffstat (limited to 'include/rabbit.hrl')
| -rw-r--r-- | include/rabbit.hrl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl index 0ccb80bf02..7385b4b3c0 100644 --- a/include/rabbit.hrl +++ b/include/rabbit.hrl @@ -27,9 +27,6 @@ -record(vhost, {virtual_host, dummy}). --record(connection, {protocol, user, timeout_sec, frame_max, vhost, - client_properties, capabilities}). - -record(content, {class_id, properties, %% either 'none', or a decoded record/tuple |
