Comparison

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
comparison
equal deleted inserted replaced
6923:f755e0bdc60a 7010:001b3cff4ed8
5 -- This project is MIT/X11 licensed. Please see the 5 -- This project is MIT/X11 licensed. Please see the
6 -- COPYING file in the source package for more information. 6 -- COPYING file in the source package for more information.
7 -- 7 --
8 8
9 9
10 local m_random = math.random;
11 local tostring = tostring; 10 local tostring = tostring;
12 local os_time = os.time; 11 local os_time = os.time;
13 local os_clock = os.clock; 12 local os_clock = os.clock;
14 local sha1 = require "util.hashes".sha1; 13 local sha1 = require "util.hashes".sha1;
15 14