Diff

core/componentmanager.lua @ 1775:5c035b7a6de1

ComponentManager: Removed unused variable.
author Waqas Hussain <waqas20@gmail.com>
date Fri, 11 Sep 2009 16:33:40 +0500
parent 1774:53bd9c9f3103
child 1853:5da0e3b1f847
line wrap: on
line diff
--- a/core/componentmanager.lua	Fri Sep 11 16:28:52 2009 +0500
+++ b/core/componentmanager.lua	Fri Sep 11 16:33:40 2009 +0500
@@ -31,7 +31,6 @@
 	end
 end
 
-local components_loaded_once;
 function load_enabled_components(config)
 	local defined_hosts = config or configmanager.getconfig();