Changeset

2016:5d47cfa4b2a0

mod_uptime: Removed unused variables.
author Waqas Hussain <waqas20@gmail.com>
date Sun, 18 Oct 2009 22:44:18 +0500
parents 2015:2140c994671e
children 2017:347799c9caa6
files plugins/mod_uptime.lua
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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);