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
commitaa594ad923b0206771b6b47fed414834c54c525c (patch)
tree0666eee91496a9b695c00d8f814804f04cfc34c2 /core/hostmanager.lua
parent057e6a9cab055d605129179ee57d57457d2be2bb (diff)
downloadprosody-aa594ad923b0206771b6b47fed414834c54c525c.tar.gz
prosody-aa594ad923b0206771b6b47fed414834c54c525c.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");