usermanager: Removed redundant import of util.datamanager and util.hashes.

Fri, 10 Dec 2010 00:07:28 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Fri, 10 Dec 2010 00:07:28 +0500
changeset 3721
bd5c6c333ee7
parent 3720
2000862c10ea
child 3722
f15b6ed967b7

usermanager: Removed redundant import of util.datamanager and util.hashes.

core/usermanager.lua file | annotate | diff | comparison | revisions
--- a/core/usermanager.lua	Thu Dec 09 23:31:57 2010 +0500
+++ b/core/usermanager.lua	Fri Dec 10 00:07:28 2010 +0500
@@ -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;

mercurial