From fd9486f0ed21e50efebc1b3ebea5d1f0c9da56af Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Fri, 4 May 2012 07:42:49 -0500 Subject: [PATCH] remove --- src/switch_event.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/switch_event.c b/src/switch_event.c index e63ae74b3f..c4d118e3d2 100644 --- a/src/switch_event.c +++ b/src/switch_event.c @@ -471,15 +471,6 @@ SWITCH_DECLARE(switch_status_t) switch_event_reserve_subclass_detailed(const cha SWITCH_DECLARE(void) switch_core_memory_reclaim_events(void) { - unsigned int index; - - for (index = 0; index < SOFT_MAX_DISPATCH; index++) { - if (EVENT_DISPATCH_QUEUE[index]) { - printf("%d size: %u\n", index, switch_queue_size(EVENT_DISPATCH_QUEUE[index])); - } - } - - #ifdef SWITCH_EVENT_RECYCLE void *pop;