From c5118e930d832d622af2688c6678aa4f8ba670a5 Mon Sep 17 00:00:00 2001 From: Waqas Hussain Date: Fri, 10 Dec 2010 00:07:28 +0500 Subject: usermanager: Removed redundant import of util.datamanager and util.hashes. --- core/usermanager.lua | 3 --- 1 file changed, 3 deletions(-) (limited to 'core/usermanager.lua') diff --git a/core/usermanager.lua b/core/usermanager.lua index 47a66b3a..c49bf428 100644 --- a/core/usermanager.lua +++ b/core/usermanager.lua @@ -6,13 +6,10 @@ -- COPYING file in the source package for more information. -- -local datamanager = require "util.datamanager"; local modulemanager = require "core.modulemanager"; local log = require "util.logger".init("usermanager"); local type = type; -local error = error; local ipairs = ipairs; -local hashes = require "util.hashes"; local jid_bare = require "util.jid".bare; local config = require "core.configmanager"; local hosts = hosts; -- cgit v1.2.3