From 0ecb3e3e04d11b115666af849340fdd8de352bd7 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Sat, 28 Apr 2012 02:18:17 +0100 Subject: modulemanager: Remove unused NULL declaration --- core/modulemanager.lua | 2 -- 1 file changed, 2 deletions(-) (limited to 'core') 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"); -- cgit v1.2.3