Software /
code /
prosody
Diff
util/timer.lua @ 4797:e239668aa6d2
Merge 0.9->trunk
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sun, 29 Apr 2012 02:10:55 +0100 |
parent | 4751:0c7ae4bfc835 |
child | 4808:07d0a3a75c8a |
line wrap: on
line diff
--- a/util/timer.lua Sun Apr 29 02:09:12 2012 +0100 +++ b/util/timer.lua Sun Apr 29 02:10:55 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 = {};