Diff

core/hostmanager.lua @ 6548:a10c9d6825a4

hostmanager: Remove unused import of util.uuid
author Matthew Wild <mwild1@gmail.com>
date Tue, 20 Jan 2015 11:30:07 +0000
parent 6299:a1da78658a82
child 6557:8aa967c81cbc
child 6618:469151b08065
line wrap: on
line diff
--- 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");