[core] scan-build: Value stored to 'time_sync' is never read - softtimer_runtime()

This commit is contained in:
Dragos Oancea 2020-02-12 21:44:50 +00:00
parent c714401935
commit 7e0ba182cc
1 changed files with 0 additions and 1 deletions

View File

@ -1079,7 +1079,6 @@ SWITCH_MODULE_RUNTIME_FUNCTION(softtimer_runtime)
}
switch_time_sync();
time_sync = runtime.time_sync;
globals.STARTED = globals.RUNNING = 1;
switch_mutex_lock(runtime.throttle_mutex);