mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.throttle: Remove unused import of floor() [luacheck]
This commit is contained in:
parent
14304764d8
commit
fff24cfdbb
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
|
||||
local gettime = require "util.time".now
|
||||
local setmetatable = setmetatable;
|
||||
local floor = math.floor;
|
||||
|
||||
local _ENV = nil;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue