From 2691d5582aa13fc87a26e430cac47d2da77d160d Mon Sep 17 00:00:00 2001 From: Rohan Garg Date: Sun, 19 Feb 2012 01:42:32 +0530 Subject: Remove redundant code from tests --- tests/test-dribble.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'tests/test-dribble.c') diff --git a/tests/test-dribble.c b/tests/test-dribble.c index 8e6343b..bf5bd92 100644 --- a/tests/test-dribble.c +++ b/tests/test-dribble.c @@ -150,14 +150,6 @@ static void cb_component_state_changed (NiceAgent *agent, guint stream_id, guint return; } -#if 0 - /* signal status via a global variable */ - if (global_components_failed == global_components_failed_exit) { - g_main_loop_quit (global_mainloop); - return; - } -#endif - /* XXX: dear compiler, these are for you: */ (void)agent; (void)stream_id; (void)data; (void)component_id; } -- cgit v1.2.1