From d84675d6fb4f5ed80d53239874b34e6abbad8094 Mon Sep 17 00:00:00 2001 From: Waqas Hussain Date: Fri, 17 Sep 2010 03:52:11 +0500 Subject: util.httpstream: Removed unused variables. --- util/httpstream.lua | 5 ----- 1 file changed, 5 deletions(-) (limited to 'util/httpstream.lua') diff --git a/util/httpstream.lua b/util/httpstream.lua index 09116e67..9c3c9ae6 100644 --- a/util/httpstream.lua +++ b/util/httpstream.lua @@ -1,12 +1,7 @@ -local setmetatable = setmetatable; local coroutine = coroutine; local tonumber = tonumber; -local print = print; -local error = error; -local ser = require "util.serialization".serialize; - local deadroutine = coroutine.create(function() end); coroutine.resume(deadroutine); -- cgit v1.2.3