[core] scan-build: switch_strftime_tz() - Dead assignment

This commit is contained in:
Dragos Oancea 2019-11-14 07:45:06 +00:00 committed by Andrey Volk
parent cb7db309af
commit ed991ef153
1 changed files with 0 additions and 1 deletions

View File

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