From: Kim Alvefur Date: Tue, 8 Dec 2015 22:20:37 +0000 (+0100) Subject: util.uuid: Remove unused import X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=1733c27f855be5452d219a75551ba5c50d9ad463;p=prosody.git util.uuid: Remove unused import --- diff --git a/util/uuid.lua b/util/uuid.lua index 796c8ee4..bb70d000 100644 --- a/util/uuid.lua +++ b/util/uuid.lua @@ -7,7 +7,6 @@ -- -local m_random = math.random; local tostring = tostring; local os_time = os.time; local os_clock = os.clock;