mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
[core] scan-build: switch_strftime_tz() - Dead assignment
This commit is contained in:
parent
cb7db309af
commit
ed991ef153
@ -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";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user