aboutsummaryrefslogtreecommitdiffstats
path: root/core/hostmanager.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2015-01-20 11:30:07 +0000
committerMatthew Wild <mwild1@gmail.com>2015-01-20 11:30:07 +0000
commit3e62ff58706798955799740543394cc2d3e5e6e6 (patch)
tree0666eee91496a9b695c00d8f814804f04cfc34c2 /core/hostmanager.lua
parent186f9ee295dbb4435e396e705674410194f28372 (diff)
downloadprosody-3e62ff58706798955799740543394cc2d3e5e6e6.tar.gz
prosody-3e62ff58706798955799740543394cc2d3e5e6e6.zip
hostmanager: Remove unused import of util.uuid
Diffstat (limited to 'core/hostmanager.lua')
-rw-r--r--core/hostmanager.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/hostmanager.lua b/core/hostmanager.lua
index d10ecd30..7f9d1610 100644
--- a/core/hostmanager.lua
+++ b/core/hostmanager.lua
@@ -13,7 +13,6 @@ local disco_items = require "util.multitable".new();
local NULL = {};
local jid_split = require "util.jid".split;
-local uuid_gen = require "util.uuid".generate;
local log = require "util.logger".init("hostmanager");