diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-12-08 14:44:09 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-12-08 14:44:09 -0500 |
commit | 44010c6fc11608b13924372a179825946672cb23 (patch) | |
tree | 50df3bb4cacb9823422cd1a9bf61ba26ff5ae577 /src/test/test_relay.c | |
parent | bb7c5b431d12808c8cfda0cf9029bc1c0b2d12c6 (diff) | |
parent | 50124fd7a643deaa9a4072b2e54278226baaf5b0 (diff) | |
download | tor-44010c6fc11608b13924372a179825946672cb23.tar.gz tor-44010c6fc11608b13924372a179825946672cb23.zip |
Merge branch 'dgoulet_ticket23709_033_01_squashed'
Diffstat (limited to 'src/test/test_relay.c')
-rw-r--r-- | src/test/test_relay.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/test/test_relay.c b/src/test/test_relay.c index e3489627a0..73c0ed5586 100644 --- a/src/test/test_relay.c +++ b/src/test/test_relay.c @@ -67,10 +67,6 @@ test_relay_append_cell_to_circuit_queue(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); |