Diff

util/timer.lua @ 4751:0c7ae4bfc835

util.timer: Remove unused function imports
author Matthew Wild <mwild1@gmail.com>
date Sat, 28 Apr 2012 02:41:53 +0100
parent 4413:ffa4bed1b716
child 4808:07d0a3a75c8a
line wrap: on
line diff
--- 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 = {};