Changeset 5768 for pjproject


Ignore:
Timestamp:
Apr 2, 2018 6:23:22 AM (6 years ago)
Author:
ming
Message:

Re #2074: Remove warning of unused functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_core.c

    r5765 r5768  
    719719} 
    720720 
     721#if PJSUA_SEPARATE_WORKER_FOR_TIMER 
     722 
    721723/* Timer heap worker thread function. */ 
    722724static int worker_thread_timer(void *arg) 
     
    759761} 
    760762 
     763#endif 
    761764 
    762765PJ_DEF(void) pjsua_stop_worker_threads(void) 
Note: See TracChangeset for help on using the changeset viewer.