# HG changeset patch # User Matthew Wild # Date 1335575897 -3600 # Node ID d5b1a75316934b36c654f6d4410f8a90b18e19ea # Parent 3be37768720d1c24dd7854efd501a3834d3d3f69 modulemanager: Remove unused NULL declaration diff -r 3be37768720d -r d5b1a7531693 core/modulemanager.lua --- 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");