summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/test/test_relay.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/test/test_relay.c b/src/test/test_relay.c
index 5e226ade54..ffb0134426 100644
--- a/src/test/test_relay.c
+++ b/src/test/test_relay.c
@@ -78,10 +78,6 @@ test_relay_close_circuit(void *arg)
pchan = new_fake_channel();
tt_assert(pchan);
- /* We'll need chans with working cmuxes */
- nchan->cmux = circuitmux_alloc();
- pchan->cmux = circuitmux_alloc();
-
/* Make a fake orcirc */
orcirc = new_fake_orcirc(nchan, pchan);
tt_assert(orcirc);