From 67804ef1a34cba2c42ccf8324ad8fef8c04ddc47 Mon Sep 17 00:00:00 2001 From: Waqas Hussain Date: Wed, 10 Nov 2010 03:39:38 +0500 Subject: componentmanager, hostmanager, modulemanager, mod_component: Got rid of the useless hosts[*].connected property. --- core/modulemanager.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'core/modulemanager.lua') diff --git a/core/modulemanager.lua b/core/modulemanager.lua index f5865a31..e1483d40 100644 --- a/core/modulemanager.lua +++ b/core/modulemanager.lua @@ -135,7 +135,6 @@ function load(host, module_name, config) if not hosts[host] then local create_component = _G.require "core.componentmanager".create_component; hosts[host] = create_component(host); - hosts[host].connected = false; log("debug", "Created new component: %s", host); end hosts[host].modules = modulemap[host]; -- cgit v1.2.3