aboutsummaryrefslogtreecommitdiffstats
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
commitf07d1d5441b89862306761de228161d09520e8a7 (patch)
tree94c88d2980fee963baedb399da5a973276e95b77
parent7813edf719386c2c108d5415f8be2af11e6baa7c (diff)
downloadprosody-f07d1d5441b89862306761de228161d09520e8a7.tar.gz
prosody-f07d1d5441b89862306761de228161d09520e8a7.zip
modulemanager: Remove unused NULL declaration
-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");