Changeset

4745:d5b1a7531693

modulemanager: Remove unused NULL declaration
author Matthew Wild <mwild1@gmail.com>
date Sat, 28 Apr 2012 02:18:17 +0100
parents 4744:3be37768720d
children 4746:37020f4b6799
files core/modulemanager.lua
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/core/modulemanager.lua	Sat Apr 28 01:44:08 2012 +0100
+++ b/core/modulemanager.lua	Sat Apr 28 02:18:17 2012 +0100
@@ -47,8 +47,6 @@
 -- [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");