diff options
author | Waqas Hussain <waqas20@gmail.com> | 2011-01-05 06:16:27 +0500 |
---|---|---|
committer | Waqas Hussain <waqas20@gmail.com> | 2011-01-05 06:16:27 +0500 |
commit | 62638e4fcd3d173fc95d60785b0b6b5283e2fb0f (patch) | |
tree | 3dd779294fef9d7131934297e2d926908e18ec4e /core | |
parent | 54c06fbaeb823ab1e6460c1943968ecdc6414b85 (diff) | |
download | prosody-62638e4fcd3d173fc95d60785b0b6b5283e2fb0f.tar.gz prosody-62638e4fcd3d173fc95d60785b0b6b5283e2fb0f.zip |
modulemanager: Removed an unused variable.
Diffstat (limited to 'core')
-rw-r--r-- | core/modulemanager.lua | 2 |
1 files changed, 0 insertions, 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"; |