Software /
code /
prosody
Diff
core/modulemanager.lua @ 4745:d5b1a7531693
modulemanager: Remove unused NULL declaration
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sat, 28 Apr 2012 02:18:17 +0100 |
parent | 4733:791388f90156 |
child | 4746:37020f4b6799 |
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");