[core] scan-build: Value stored to 'tz_name' is never read - switch_strftime_tz()

This commit is contained in:
Dragos Oancea 2020-02-14 16:55:02 +00:00
parent 465890fcb9
commit b4a591dcd2
1 changed files with 0 additions and 1 deletions

View File

@ -1493,7 +1493,6 @@ SWITCH_DECLARE(switch_status_t) switch_strftime_tz(const char *tz, const char *f
tzdef = switch_lookup_timezone(tz_name);
} else {
/* We set the default timezone to GMT. */
tz_name = "GMT";
tzdef = "GMT";
}