diff options
Diffstat (limited to 'core/componentmanager.lua')
-rw-r--r-- | core/componentmanager.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/componentmanager.lua b/core/componentmanager.lua index c6cad234..80b3fc58 100644 --- a/core/componentmanager.lua +++ b/core/componentmanager.lua @@ -31,7 +31,6 @@ local function default_component_handler(origin, stanza) end end -local components_loaded_once; function load_enabled_components(config) local defined_hosts = config or configmanager.getconfig(); |