From: Dragos Oancea Date: Tue, 28 Jan 2020 22:57:12 +0000 (+0000) Subject: [core] scan-build: Value stored to 'theiroffset' is never read X-Git-Tag: v1.10.3^2~238^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F269%2Fhead;p=thirdparty%2Ffreeswitch.git [core] scan-build: Value stored to 'theiroffset' is never read --- diff --git a/src/switch_time.c b/src/switch_time.c index e0c12aa737..65c4aaf944 100644 --- a/src/switch_time.c +++ b/src/switch_time.c @@ -2256,7 +2256,6 @@ static int tzparse(const char *name, register struct state *const sp, const int ** Initially we're assumed to be in standard time. */ isdst = FALSE; - theiroffset = theirstdoffset; /* ** Now juggle transition times and types ** tracking offsets as you do.