Diff

util/uuid.lua @ 7010:001b3cff4ed8

util.uuid: Remove unused import
author Kim Alvefur <zash@zash.se>
date Tue, 08 Dec 2015 23:20:37 +0100
parent 2957:805b067cd13e
child 7012:990b4ddaf582
child 7057:c633e1338554
line wrap: on
line diff
--- a/util/uuid.lua	Tue Nov 17 17:01:25 2015 +0000
+++ b/util/uuid.lua	Tue Dec 08 23:20:37 2015 +0100
@@ -7,7 +7,6 @@
 --
 
 
-local m_random = math.random;
 local tostring = tostring;
 local os_time = os.time;
 local os_clock = os.clock;