From: Raymond Chandler Date: Wed, 30 Apr 2014 22:36:40 +0000 (-0400) Subject: unused X-Git-Tag: v1.5.12~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3abcee7142814f5cb544eed7cbe2599153e44926;p=thirdparty%2Ffreeswitch.git unused --- diff --git a/src/mod/applications/mod_translate/mod_translate.c b/src/mod/applications/mod_translate/mod_translate.c index b711815e34..2ece5084d2 100644 --- a/src/mod/applications/mod_translate/mod_translate.c +++ b/src/mod/applications/mod_translate/mod_translate.c @@ -88,7 +88,6 @@ static switch_status_t load_config(void) switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Replace number matching [%s] with [%s]\n", regex, replace); if (rules_list == NULL) { - rules_list = switch_core_alloc(globals.pool, sizeof(translate_rule_t)); switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "starting with an empty list\n"); rules_list = this_rule; } else {