summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 f861cedd75..a71e49f830 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 ->