util.timer: Remove unused function imports

This commit is contained in:
Matthew Wild 2012-04-28 02:41:53 +01:00
parent e25c402ab0
commit 465460b13f

View file

@ -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 = {};