Diff

core/hostmanager.lua @ 6557:8aa967c81cbc

Merge 0.10->trunk
author Matthew Wild <mwild1@gmail.com>
date Wed, 21 Jan 2015 01:29:00 +0000
parent 6430:ceaf2a0d05eb
parent 6548:a10c9d6825a4
child 6621:352fa2cae1c9
line wrap: on
line diff
--- a/core/hostmanager.lua	Mon Jan 19 14:09:13 2015 -0500
+++ b/core/hostmanager.lua	Wed Jan 21 01:29:00 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");