# HG changeset patch # User Matthew Wild # Date 1506447034 -3600 # Node ID 64165865b13119ba225897bfb09c9c478562e34e # Parent 25237002aba4095b174cd0b99ab6765a8e864ea4 util.throttle: Remove unused import of floor() [luacheck] diff -r 25237002aba4 -r 64165865b131 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;