Merge pull request #345 from dragos-oancea/switch_time-time_sync-val-never-read
[core] scan-build: Value stored to 'time_sync' is never read - softtimer_runtime()
This commit is contained in:
commit
21e0bb2394
|
@ -1079,7 +1079,6 @@ SWITCH_MODULE_RUNTIME_FUNCTION(softtimer_runtime)
|
||||||
}
|
}
|
||||||
|
|
||||||
switch_time_sync();
|
switch_time_sync();
|
||||||
time_sync = runtime.time_sync;
|
|
||||||
|
|
||||||
globals.STARTED = globals.RUNNING = 1;
|
globals.STARTED = globals.RUNNING = 1;
|
||||||
switch_mutex_lock(runtime.throttle_mutex);
|
switch_mutex_lock(runtime.throttle_mutex);
|
||||||
|
|
Loading…
Reference in New Issue