util.throttle: Remove unused import of floor() [luacheck]

This commit is contained in:
Matthew Wild 2017-09-26 18:30:34 +01:00
parent 14304764d8
commit fff24cfdbb

View file

@ -1,7 +1,6 @@
local gettime = require "util.time".now
local setmetatable = setmetatable;
local floor = math.floor;
local _ENV = nil;