diff options
author | Kim Alvefur <zash@zash.se> | 2015-12-08 23:20:37 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2015-12-08 23:20:37 +0100 |
commit | 1944f70088f12274f4e69cf41e601b47dd73348e (patch) | |
tree | 44e45a9e0c98dcf920b066291a7c1a8009595b55 | |
parent | 5feba6765f7b51377e94eb45b5ae90a89d629c78 (diff) | |
download | prosody-1944f70088f12274f4e69cf41e601b47dd73348e.tar.gz prosody-1944f70088f12274f4e69cf41e601b47dd73348e.zip |
util.uuid: Remove unused import
-rw-r--r-- | util/uuid.lua | 1 |
1 files changed, 0 insertions, 1 deletions
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; |