aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2012-04-28 02:24:41 +0100
committerMatthew Wild <mwild1@gmail.com>2012-04-28 02:24:41 +0100
commite47a14da07a05d80473407b1a0521e54ba76e18b (patch)
tree1e83204547c92a48a3d6d1ba80a436afc9e842cf /core
parent45fb895f1992c1cd602e93654b8c99ed25e51912 (diff)
downloadprosody-e47a14da07a05d80473407b1a0521e54ba76e18b.tar.gz
prosody-e47a14da07a05d80473407b1a0521e54ba76e18b.zip
moduleapi: Remove unused variable 'module_items'
Diffstat (limited to 'core')
-rw-r--r--core/moduleapi.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/moduleapi.lua b/core/moduleapi.lua
index 9e8489c2..f23dc118 100644
--- a/core/moduleapi.lua
+++ b/core/moduleapi.lua
@@ -255,7 +255,6 @@ function api:get_option_set(name, ...)
return set.new(value);
end
-local module_items = multitable_new();
function api:add_item(key, value)
self.items = self.items or {};
self.items[key] = self.items[key] or {};