summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-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;
}