From 0f6e364e61f229b4855a9e3a1e51a172bcbbe86c Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Wed, 30 Apr 2014 22:00:58 +0000 Subject: [PATCH] Drop dead assignment --- src/switch_channel.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/switch_channel.c b/src/switch_channel.c index 8a9c597fb3..267661a90b 100644 --- a/src/switch_channel.c +++ b/src/switch_channel.c @@ -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) {