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 | c39076b741cb5f3c8b218a5465367c4eb8a69928 (patch) | |
tree | 44e45a9e0c98dcf920b066291a7c1a8009595b55 | |
parent | 9df7963eddd6cae3b0df9b26c85c6592c6966b76 (diff) | |
download | prosody-c39076b741cb5f3c8b218a5465367c4eb8a69928.tar.gz prosody-c39076b741cb5f3c8b218a5465367c4eb8a69928.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; |