From 7e0ba182cc82470e2fe38f3848e458cd74f45504 Mon Sep 17 00:00:00 2001 From: Dragos Oancea Date: Wed, 12 Feb 2020 21:44:50 +0000 Subject: [PATCH] [core] scan-build: Value stored to 'time_sync' is never read - softtimer_runtime() --- src/switch_time.c | 1 - 1 file changed, 1 deletion(-) 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);