Skip to content
Snippets Groups Projects
Commit 1556b0cb authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Merge remote-tracking branch 'linus/unused_param'

parents 0f31d4f1 d0c0f050
No related branches found
No related tags found
No related merge requests found
......@@ -71,6 +71,8 @@ test_clist_maps(void *arg)
channel_t *ch3 = new_fake_channel();
or_circuit_t *or_c1=NULL, *or_c2=NULL;
(void) arg;
MOCK(circuitmux_attach_circuit, circuitmux_attach_mock);
MOCK(circuitmux_detach_circuit, circuitmux_detach_mock);
memset(&cam, 0, sizeof(cam));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment