From af7cebc8eb6c12b91bb047c89b321053a1f3685f Mon Sep 17 00:00:00 2001 From: zedshaw Date: Thu, 11 May 2006 19:10:34 +0000 Subject: Mongrel 0.3.13 release push. Lots of documentation started and little fixes. See news page for more details. git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@165 19e92222-5c0b-0410-8929-a290d50e31e9 --- ext/http11/http11.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'ext') diff --git a/ext/http11/http11.c b/ext/http11/http11.c index 00983ed..a70cf13 100644 --- a/ext/http11/http11.c +++ b/ext/http11/http11.c @@ -23,7 +23,6 @@ static VALUE global_content_type; static VALUE global_http_content_type; static VALUE global_gateway_interface; static VALUE global_gateway_interface_value; -static VALUE global_interface_value; static VALUE global_server_name; static VALUE global_server_port; static VALUE global_server_protocol; @@ -122,8 +121,6 @@ void header_done(void *data, const char *at, size_t length) { VALUE req = (VALUE)data; VALUE temp = Qnil; - VALUE host = Qnil; - VALUE port = Qnil; VALUE ctype = Qnil; VALUE clen = Qnil; char *colon = NULL; -- cgit v1.2.3-24-ge0c7