aboutsummaryrefslogtreecommitdiffstats
path: root/net/http
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2012-04-27 20:01:21 +0100
committerMatthew Wild <mwild1@gmail.com>2012-04-27 20:01:21 +0100
commitecc47f29209c1d7d7e505ebf1de86355afc4937c (patch)
tree62f324aebce23cff692cece9f11dcea17fefebcc /net/http
parent6cc3d15683c52470af224efe2c4d7e10bb137f81 (diff)
downloadprosody-ecc47f29209c1d7d7e505ebf1de86355afc4937c.tar.gz
prosody-ecc47f29209c1d7d7e505ebf1de86355afc4937c.zip
net.http.server: Remove unused variable
Diffstat (limited to 'net/http')
-rw-r--r--net/http/server.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/http/server.lua b/net/http/server.lua
index 00d98fcb..86d729f0 100644
--- a/net/http/server.lua
+++ b/net/http/server.lua
@@ -18,7 +18,6 @@ local legacy_httpserver = require "net.httpserver";
local _M = {};
local sessions = {};
-local handlers = {};
local listener = {};