summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2010-08-13 16:32:47 +0100
committerMatthew Sackman <matthew@rabbitmq.com>2010-08-13 16:32:47 +0100
commitac55ed28110a5c51327bc62eae155071bb2fb466 (patch)
treebf8e74657f1ed53ead49029277dec917f25f0673
parent87ab27b0db7f2250b4d99b48c48aa0bd5cadf34d (diff)
downloadrabbitmq-server-ac55ed28110a5c51327bc62eae155071bb2fb466.tar.gz
Remove dead code in tests
-rw-r--r--src/rabbit_tests.erl10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/rabbit_tests.erl b/src/rabbit_tests.erl
index f861cedd..a71e49f8 100644
--- a/src/rabbit_tests.erl
+++ b/src/rabbit_tests.erl
@@ -1126,16 +1126,6 @@ test_spawn(Receiver) ->
end,
{Writer, Ch}.
-expect_normal_channel_termination(Ch) ->
- receive {'EXIT', Ch, normal} -> ok
- after 1000 -> throw({channel_failed_to_shutdown, Ch})
- end.
-
-gobble_channel_exit() ->
- receive {channel_exit, _, _} -> ok
- after 1000 -> throw(channel_exit_not_received)
- end.
-
test_statistics_receiver(Pid) ->
receive
shutdown ->