aboutsummaryrefslogtreecommitdiffstats
path: root/core/modulemanager.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2012-04-28 02:18:17 +0100
committerMatthew Wild <mwild1@gmail.com>2012-04-28 02:18:17 +0100
commit0ecb3e3e04d11b115666af849340fdd8de352bd7 (patch)
tree94c88d2980fee963baedb399da5a973276e95b77 /core/modulemanager.lua
parent6bdcff0371cc2b12e2d318c46adc4685603496d2 (diff)
downloadprosody-0ecb3e3e04d11b115666af849340fdd8de352bd7.tar.gz
prosody-0ecb3e3e04d11b115666af849340fdd8de352bd7.zip
modulemanager: Remove unused NULL declaration
Diffstat (limited to 'core/modulemanager.lua')
-rw-r--r--core/modulemanager.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/modulemanager.lua b/core/modulemanager.lua
index 3829da57..40aa4ba2 100644
--- a/core/modulemanager.lua
+++ b/core/modulemanager.lua
@@ -47,8 +47,6 @@ local api = _G.require "core.moduleapi"; -- Module API container
-- [host] = { [module] = module_env }
local modulemap = { ["*"] = {} };
-local NULL = {};
-
-- Load modules when a host is activated
function load_modules_for_host(host)
local component = config.get(host, "core", "component_module");