summaryrefslogtreecommitdiff
path: root/src/rabbit_channel.erl
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2013-09-11 13:00:52 +0100
committerSimon MacMullen <simon@rabbitmq.com>2013-09-11 13:00:52 +0100
commit1100eb11859993cf8039b036a6c6925f15a942df (patch)
tree1d708e19225cc1f106c2423d53ecc370cb4cceb5 /src/rabbit_channel.erl
parent40957a2c628f633c8432375ca00c5ff27e0bde3c (diff)
downloadrabbitmq-server-1100eb11859993cf8039b036a6c6925f15a942df.tar.gz
Remove the warning message, it's not very interesting. Also fix an unused variable.bug25757
Diffstat (limited to 'src/rabbit_channel.erl')
-rw-r--r--src/rabbit_channel.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_channel.erl b/src/rabbit_channel.erl
index 4a194047..6c04f4cd 100644
--- a/src/rabbit_channel.erl
+++ b/src/rabbit_channel.erl
@@ -1022,7 +1022,7 @@ handle_method(#'queue.declare'{queue = QueueNameBin,
handle_method(Declare, none, State);
{absent, Q} ->
rabbit_misc:absent(Q);
- {owner_died, Q} ->
+ {owner_died, _Q} ->
%% Presumably our own days are numbered since the
%% connection has died. Pretend the queue exists though,
%% just so nothing fails.