mod_hash: remove unneeded initializer

This commit is contained in:
Mathieu Rene 2010-07-14 11:48:33 -04:00
parent 7055d02750
commit 10d468a684
1 changed files with 1 additions and 1 deletions

View File

@ -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");