# HG changeset patch # User Waqas Hussain # Date 1255887858 -18000 # Node ID 5d47cfa4b2a0530a30cf5a57a81fde6fb1c9f56b # Parent 2140c994671e7ac181c69de99b2f294076dd226b mod_uptime: Removed unused variables. diff -r 2140c994671e -r 5d47cfa4b2a0 plugins/mod_uptime.lua --- a/plugins/mod_uptime.lua Sun Oct 18 19:42:45 2009 +0500 +++ b/plugins/mod_uptime.lua Sun Oct 18 22:44:18 2009 +0500 @@ -6,10 +6,7 @@ -- COPYING file in the source package for more information. -- -local st = require "util.stanza" - -local jid_split = require "util.jid".split; -local t_concat = table.concat; +local st = require "util.stanza"; local start_time = prosody.start_time; prosody.events.add_handler("server-started", function() start_time = prosody.start_time end);