aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorWaqas Hussain <waqas20@gmail.com>2010-09-17 03:52:11 +0500
committerWaqas Hussain <waqas20@gmail.com>2010-09-17 03:52:11 +0500
commitd84675d6fb4f5ed80d53239874b34e6abbad8094 (patch)
tree5b3cdf94511f62537c4d6cae051329e8108d69f3 /util
parent2f8d834e0ac8b59bfa34f812224fe99db5e9cd5a (diff)
downloadprosody-d84675d6fb4f5ed80d53239874b34e6abbad8094.tar.gz
prosody-d84675d6fb4f5ed80d53239874b34e6abbad8094.zip
util.httpstream: Removed unused variables.
Diffstat (limited to 'util')
-rw-r--r--util/httpstream.lua5
1 files changed, 0 insertions, 5 deletions
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);