From: Dragos Oancea Date: Wed, 12 Feb 2020 21:44:50 +0000 (+0000) Subject: [core] scan-build: Value stored to 'time_sync' is never read - softtimer_runtime() X-Git-Tag: v1.10.3^2~182^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F345%2Fhead;p=thirdparty%2Ffreeswitch.git [core] scan-build: Value stored to 'time_sync' is never read - softtimer_runtime() --- diff --git a/src/switch_time.c b/src/switch_time.c index 021ce18297..92d08b0949 100644 --- a/src/switch_time.c +++ b/src/switch_time.c @@ -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);