From 89558fa220f22a8a67882736844d94da264ad6ca Mon Sep 17 00:00:00 2001 From: Waqas Hussain Date: Wed, 5 Jan 2011 06:16:27 +0500 Subject: [PATCH] modulemanager: Removed an unused variable. --- core/modulemanager.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/modulemanager.lua b/core/modulemanager.lua index 0af9a271..211b49b6 100644 --- a/core/modulemanager.lua +++ b/core/modulemanager.lua @@ -6,8 +6,6 @@ -- COPYING file in the source package for more information. -- -local plugin_dir = CFG_PLUGINDIR or "./plugins/"; - local logger = require "util.logger"; local log = logger.init("modulemanager"); local config = require "core.configmanager"; -- 2.30.2