mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-12 12:18:18 +00:00
mod_hash: remove unneeded initializer
This commit is contained in:
parent
7055d02750
commit
10d468a684
@ -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");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user