mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-08 08:51:50 +00:00
unused vars
This commit is contained in:
parent
06469a6610
commit
38903ab84e
@ -96,9 +96,6 @@ static switch_status_t timerfd_start_interval(interval_timer_t *it, int interval
|
|||||||
|
|
||||||
static switch_status_t timerfd_stop_interval(interval_timer_t *it)
|
static switch_status_t timerfd_stop_interval(interval_timer_t *it)
|
||||||
{
|
{
|
||||||
struct itimerspec val;
|
|
||||||
int fd;
|
|
||||||
|
|
||||||
it->users--;
|
it->users--;
|
||||||
if (it->users > 0)
|
if (it->users > 0)
|
||||||
return SWITCH_STATUS_SUCCESS;
|
return SWITCH_STATUS_SUCCESS;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user