util.timer: Remove unused function imports
authorMatthew Wild <mwild1@gmail.com>
Sat, 28 Apr 2012 02:41:53 +0100
changeset 4751 0c7ae4bfc835
parent 4750 b3525f3c2fee
child 4752 27b724a698f8
util.timer: Remove unused function imports
util/timer.lua
--- a/util/timer.lua	Sat Apr 28 02:40:36 2012 +0100
+++ b/util/timer.lua	Sat Apr 28 02:41:53 2012 +0100
@@ -15,8 +15,7 @@
 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 = {};