Mercurial > prosody-hg
diff util/httpstream.lua @ 3495:bd7699a6d536
util.httpstream: Removed unused variables.
| author | Waqas Hussain <waqas20@gmail.com> |
|---|---|
| date | Fri, 17 Sep 2010 03:52:11 +0500 |
| parents | 0f185563a4e4 |
| children | 9408d1e10e17 |
line wrap: on
line diff
--- 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);
