mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-22 11:19:52 +00:00
Drop dead assignment
This commit is contained in:
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);
|
switch_safe_free(expanded_sub_val);
|
||||||
sub_val = NULL;
|
sub_val = NULL;
|
||||||
vname = NULL;
|
vname = NULL;
|
||||||
vtype = 0;
|
|
||||||
br = 0;
|
br = 0;
|
||||||
}
|
}
|
||||||
if (len + 1 >= olen) {
|
if (len + 1 >= olen) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user