aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 {};