mod_uptime: Removed unused variables.
authorWaqas Hussain <waqas20@gmail.com>
Sun, 18 Oct 2009 17:44:18 +0000 (22:44 +0500)
committerWaqas Hussain <waqas20@gmail.com>
Sun, 18 Oct 2009 17:44:18 +0000 (22:44 +0500)
plugins/mod_uptime.lua

index 2737a9f21e6ff13a880453558368f692fd01f073..5ab97c581a992029124c665aba4e4555907fce46 100644 (file)
@@ -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);