Changeset

6548:a10c9d6825a4

hostmanager: Remove unused import of util.uuid
author Matthew Wild <mwild1@gmail.com>
date Tue, 20 Jan 2015 11:30:07 +0000
parents 6547:2f65de21ff56
children 6549:46d7ede2e037
files core/hostmanager.lua
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
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");