mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.timer: Remove unused function imports
This commit is contained in:
parent
e25c402ab0
commit
465460b13f
1 changed files with 1 additions and 2 deletions
|
@ -15,8 +15,7 @@ local math_min = math.min
|
|||
local math_huge = math.huge
|
||||
local get_time = require "socket".gettime;
|
||||
local t_insert = table.insert;
|
||||
local t_remove = table.remove;
|
||||
local ipairs, pairs = ipairs, pairs;
|
||||
local pairs = pairs;
|
||||
local type = type;
|
||||
|
||||
local data = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue