# HG changeset patch # User Waqas Hussain # Date 1250582056 -18000 # Node ID ac792c01dfcb4972f46c3b5f3343ee07292483a2 # Parent c55aa091f42a5a1f2c75e7572fd32796cbc36cf4 modulemanager: Removed unnecessary code in the unload function diff -r c55aa091f42a -r ac792c01dfcb core/modulemanager.lua --- a/core/modulemanager.lua Tue Aug 18 12:52:44 2009 +0500 +++ b/core/modulemanager.lua Tue Aug 18 12:54:16 2009 +0500 @@ -171,8 +171,6 @@ end end modulemap[host][name] = nil; - features_table:remove(host, name); - identities_table:remove(host, name); local params = handler_table:get(host, name); -- , {module.host, origin_type, tag, xmlns} for _, param in pairs(params or NULL) do local handlers = stanza_handlers:get(param[1], param[2], param[3], param[4]);