Software /
code /
prosody
Changeset
4751:0c7ae4bfc835
util.timer: Remove unused function imports
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sat, 28 Apr 2012 02:41:53 +0100 |
parents | 4750:b3525f3c2fee |
children | 4752:27b724a698f8 |
files | util/timer.lua |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
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 = {};