mod_http: Remove unused import of url.parse
authorMatthew Wild <mwild1@gmail.com>
Thu, 26 Apr 2012 16:53:32 +0100
changeset 4717 3c0321e3fa76
parent 4716 6eeb142a8073
child 4718 a9f6088a83e3
mod_http: Remove unused import of url.parse
plugins/mod_http.lua
--- a/plugins/mod_http.lua	Thu Apr 26 16:48:16 2012 +0100
+++ b/plugins/mod_http.lua	Thu Apr 26 16:53:32 2012 +0100
@@ -8,7 +8,6 @@
 
 module:set_global();
 
-local parse_url = require "socket.url".parse;
 local server = require "net.http.server";
 
 local function normalize_path(path)