Diff

util/throttle.lua @ 8272:64165865b131

util.throttle: Remove unused import of floor() [luacheck]
author Matthew Wild <mwild1@gmail.com>
date Tue, 26 Sep 2017 18:30:34 +0100
parent 8254:e3f7b6fa46ba
child 8555:4f0f5b49bb03
line wrap: on
line diff
--- a/util/throttle.lua	Tue Sep 26 17:48:33 2017 +0100
+++ b/util/throttle.lua	Tue Sep 26 18:30:34 2017 +0100
@@ -1,7 +1,6 @@
 
 local gettime = require "util.time".now
 local setmetatable = setmetatable;
-local floor = math.floor;
 
 local _ENV = nil;