Changeset

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
parents 8269:25237002aba4
children 8273:ca881f4bc415
files util/throttle.lua
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
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;