Merge pull request #269 from dragos-oancea/tzparse_dead_a

[core] scan-build: Value stored to 'theiroffset' is never read
This commit is contained in:
Andrey Volk 2020-01-30 23:16:50 +04:00 committed by GitHub
commit 645f986504
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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.