aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_smdi.c
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-28 21:15:10 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-28 21:15:10 +0000
commit0901d3a59ad9cdb6f44f65f291aa3a5d061ca5be (patch)
tree38f344dcbc5e28c148eecd9e0b72a2816b8589cf /res/res_smdi.c
parent23dbee3d53d990d87cbc683e7bc088ce9fea65f1 (diff)
Bring in the new loader code as described in mantis #4377
and updated to today's version. The core of the patch is only two files, loader.c and include/asterisk/module.h, with the other files touched only to adapt non-standard usages of the reference counts and localuser lists. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@15784 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res/res_smdi.c')
-rw-r--r--res/res_smdi.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/res/res_smdi.c b/res/res_smdi.c
index 33bf4a4ec..8687dac2d 100644
--- a/res/res_smdi.c
+++ b/res/res_smdi.c
@@ -740,12 +740,6 @@ int unload_module(void)
ASTOBJ_CONTAINER_DESTROYALL(&smdi_ifaces, ast_smdi_interface_destroy);
ASTOBJ_CONTAINER_DESTROY(&smdi_ifaces);
- /*
- * localusers = NULL; is just to silence the compiler warning
- * about an unused variable. It will be removed soon, when the
- * LOCALUSER-related functions are rewritten.
- */
- localusers = NULL;
return 0;
}