]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove
authorAnthony Minessale <anthm@freeswitch.org>
Fri, 4 May 2012 12:42:49 +0000 (07:42 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Fri, 4 May 2012 12:42:49 +0000 (07:42 -0500)
src/switch_event.c

index e63ae74b3f94bb1dd2055b9d7dfdef6fafe66455..c4d118e3d2d913503fa29d0ffe773f89c2e0f096 100644 (file)
@@ -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;