diff options
| author | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2017-05-19 11:44:04 +0200 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2017-06-02 09:42:36 +0200 |
| commit | c7416a0c8d49a2f8f33221e01364106a6ea9ac98 (patch) | |
| tree | ab9c0a13384e95d58d0825c1dff87de0df8c321d /test | |
| parent | cf580219a59f1baae8ce1ba1ea3268fe0a207c55 (diff) | |
| download | rabbitmq-server-git-c7416a0c8d49a2f8f33221e01364106a6ea9ac98.tar.gz | |
crashing_queues_SUITE: Remove an unused variable
Diffstat (limited to 'test')
| -rw-r--r-- | test/crashing_queues_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/crashing_queues_SUITE.erl b/test/crashing_queues_SUITE.erl index 6e78c1579f..fa0a695173 100644 --- a/test/crashing_queues_SUITE.erl +++ b/test/crashing_queues_SUITE.erl @@ -223,7 +223,7 @@ queue_pid(Node, QName) -> case State of crashed -> case rabbit_amqqueue_sup_sup:find_for_vhost(VHost, Node) of - {error, {queue_supervisor_not_found, Result}} -> {error, no_sup}; + {error, {queue_supervisor_not_found, _}} -> {error, no_sup}; {ok, SPid} -> case sup_child(Node, SPid) of {ok, _} -> QPid; %% restarting |
