# HG changeset patch
# User Matthew Wild <mwild1@gmail.com>
# Date 1335577313 -3600
# Node ID 0c7ae4bfc835b4b2effc4e8ead4f66f22a708806
# Parent  b3525f3c2feea50eda1e78964b4587b8f75f3238
util.timer: Remove unused function imports

diff -r b3525f3c2fee -r 0c7ae4bfc835 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 = {};