X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=core%2Fhostmanager.lua;h=7f9d1610f0a9a80e96a7dc2cb2f35d08aa8add79;hb=e29afef6ddc342ba7b1a5607408f55dea5c5c1bd;hp=d10ecd3002dead8c7d851c6bdd02add310b0edf4;hpb=ab718027e48561e55f69ae2551c07e6e277a6e6a;p=prosody.git 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");