From: Mathieu Rene Date: Wed, 14 Jul 2010 15:48:33 +0000 (-0400) Subject: mod_hash: remove unneeded initializer X-Git-Tag: v1.2-rc1~541^2~5^2~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=10d468a684fd49584a97d1b990a9b804eff54a65;p=thirdparty%2Ffreeswitch.git mod_hash: remove unneeded initializer --- diff --git a/src/mod/applications/mod_hash/mod_hash.c b/src/mod/applications/mod_hash/mod_hash.c index 8179690928..ef72b04add 100644 --- a/src/mod/applications/mod_hash/mod_hash.c +++ b/src/mod/applications/mod_hash/mod_hash.c @@ -486,7 +486,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_hash_load) SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_hash_shutdown) { - switch_hash_index_t *hi = NULL; + switch_hash_index_t *hi; switch_scheduler_del_task_group("mod_hash");