# HG changeset patch # User Matthew Wild # Date 1421753407 0 # Node ID a10c9d6825a4cebac9e8fb89bd6497c709ae0950 # Parent 2f65de21ff5671c1941babfd64d615a3f32659ac hostmanager: Remove unused import of util.uuid diff -r 2f65de21ff56 -r a10c9d6825a4 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");