usermanager: Remove unused import of pairs()
authorMatthew Wild <mwild1@gmail.com>
Tue, 13 Aug 2013 19:38:05 +0100
changeset 5795 47c2f71d8314
parent 5794 66c3ad5d29ad
child 5796 0b66cb959161
usermanager: Remove unused import of pairs()
core/usermanager.lua
--- a/core/usermanager.lua	Tue Aug 13 19:23:00 2013 +0100
+++ b/core/usermanager.lua	Tue Aug 13 19:38:05 2013 +0100
@@ -10,7 +10,6 @@
 local log = require "util.logger".init("usermanager");
 local type = type;
 local ipairs = ipairs;
-local pairs = pairs;
 local jid_bare = require "util.jid".bare;
 local jid_prep = require "util.jid".prep;
 local config = require "core.configmanager";