util.throttle: Remove unused import of floor() [luacheck]
authorMatthew Wild <mwild1@gmail.com>
Tue, 26 Sep 2017 18:30:34 +0100
changeset 8275 64165865b131
parent 8272 25237002aba4
child 8276 ca881f4bc415
util.throttle: Remove unused import of floor() [luacheck]
util/throttle.lua
--- 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;