remove
This commit is contained in:
parent
1ad0d0af36
commit
fd9486f0ed
|
@ -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)
|
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
|
#ifdef SWITCH_EVENT_RECYCLE
|
||||||
|
|
||||||
void *pop;
|
void *pop;
|
||||||
|
|
Loading…
Reference in New Issue