From 49f84f6dbfa8348b42268f0e5c2858e48308527c Mon Sep 17 00:00:00 2001 From: Waqas Hussain Date: Fri, 15 May 2009 07:24:16 +0500 Subject: core.xmlhandlers: Removed unused variables --- core/xmlhandlers.lua | 6 ------ 1 file changed, 6 deletions(-) diff --git a/core/xmlhandlers.lua b/core/xmlhandlers.lua index 7e09921c..ed6f6a48 100644 --- a/core/xmlhandlers.lua +++ b/core/xmlhandlers.lua @@ -15,14 +15,8 @@ local tostring = tostring; local pairs = pairs; local ipairs = ipairs; local type = type; -local print = print; -local format = string.format; -local m_random = math.random; local t_insert = table.insert; -local t_remove = table.remove; local t_concat = table.concat; -local t_concatall = function (t, sep) local tt = {}; for _, s in ipairs(t) do t_insert(tt, tostring(s)); end return t_concat(tt, sep); end -local sm_destroy_session = import("core.sessionmanager", "destroy_session"); local default_log = require "util.logger".init("xmlhandlers"); -- cgit v1.2.3