1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-22 03:12:43 +00:00

Drop dead assignment

This commit is contained in:
Travis Cross 2014-04-30 22:00:58 +00:00
parent b9b5b0d827
commit 0f6e364e61

@ -4014,7 +4014,6 @@ SWITCH_DECLARE(char *) switch_channel_expand_variables_check(switch_channel_t *c
switch_safe_free(expanded_sub_val);
sub_val = NULL;
vname = NULL;
vtype = 0;
br = 0;
}
if (len + 1 >= olen) {