hostmanager: Remove unused import of util.uuid
authorMatthew Wild <mwild1@gmail.com>
Tue, 20 Jan 2015 11:30:07 +0000
changeset 6551 a10c9d6825a4
parent 6550 2f65de21ff56
child 6552 46d7ede2e037
hostmanager: Remove unused import of util.uuid
core/hostmanager.lua
--- a/core/hostmanager.lua	Tue Jan 20 11:29:38 2015 +0000
+++ b/core/hostmanager.lua	Tue Jan 20 11:30:07 2015 +0000
@@ -13,7 +13,6 @@
 local NULL = {};
 
 local jid_split = require "util.jid".split;
-local uuid_gen = require "util.uuid".generate;
 
 local log = require "util.logger".init("hostmanager");