Mercurial > prosody-hg
diff core/usermanager.lua @ 5795:47c2f71d8314
usermanager: Remove unused import of pairs()
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Tue, 13 Aug 2013 19:38:05 +0100 |
| parents | bd0ff8ae98a8 |
| children | 8495734da243 |
line wrap: on
line diff
--- 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";
