# HG changeset patch # User Waqas Hussain # Date 1284677531 -18000 # Node ID bd7699a6d536331138111dfa13e4c897c17a0987 # Parent 0f185563a4e4dea5c8f50ffef5c6281314861c60 util.httpstream: Removed unused variables. diff -r 0f185563a4e4 -r bd7699a6d536 util/httpstream.lua --- a/util/httpstream.lua Sat Sep 04 17:44:13 2010 +0500 +++ b/util/httpstream.lua Fri Sep 17 03:52:11 2010 +0500 @@ -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);