aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);