util.uuid: Remove unused import
authorKim Alvefur <zash@zash.se>
Tue, 8 Dec 2015 22:20:37 +0000 (23:20 +0100)
committerKim Alvefur <zash@zash.se>
Tue, 8 Dec 2015 22:20:37 +0000 (23:20 +0100)
util/uuid.lua

index 796c8ee4c47247dd049e6bb3561ab5223ced74bc..bb70d000f2f56fc6e932c0c873b7f96e867fb962 100644 (file)
@@ -7,7 +7,6 @@
 --
 
 
-local m_random = math.random;
 local tostring = tostring;
 local os_time = os.time;
 local os_clock = os.clock;