diff options
author | Matthew Wild <mwild1@gmail.com> | 2013-08-13 19:38:05 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2013-08-13 19:38:05 +0100 |
commit | de0f19e1af3ce580229dfad3ab15bf5600369d38 (patch) | |
tree | 506c37967a2323a6934b8f0c25709d302a7f89da | |
parent | 7a082cb3938619202436656daf96fbeb18a50c22 (diff) | |
download | prosody-de0f19e1af3ce580229dfad3ab15bf5600369d38.tar.gz prosody-de0f19e1af3ce580229dfad3ab15bf5600369d38.zip |
usermanager: Remove unused import of pairs()
-rw-r--r-- | core/usermanager.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/usermanager.lua b/core/usermanager.lua index 886bd5cb..4ac288a4 100644 --- a/core/usermanager.lua +++ b/core/usermanager.lua @@ -10,7 +10,6 @@ local modulemanager = require "core.modulemanager"; 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"; |