From 6c06e9549a26e263f3aa940be995df40c2788b17 Mon Sep 17 00:00:00 2001 From: Dragos Oancea Date: Tue, 28 Jan 2020 22:57:12 +0000 Subject: [PATCH] [core] scan-build: Value stored to 'theiroffset' is never read --- src/switch_time.c | 1 - 1 file changed, 1 deletion(-) 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.