Skip to content

Commit

Permalink
Remove more mongrel refs
Browse files Browse the repository at this point in the history
git-svn-id: http://code.macournoyer.com/svn/thin/trunk@409 ab7993de-5426-0410-a80b-baa00616f331
  • Loading branch information
macournoyer committed Dec 17, 2007
1 parent 1e1ff3b commit 2d13a04
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ext/thin_parser/thin.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ static VALUE global_server_port;
static VALUE global_server_protocol;
static VALUE global_server_protocol_value;
static VALUE global_http_host;
static VALUE global_mongrel_version;
static VALUE global_server_software;
static VALUE global_port_80;

#define TRIE_INCREASE 30
Expand Down Expand Up @@ -382,7 +380,6 @@ void Init_thin_parser()
DEF_GLOBAL(server_protocol, "SERVER_PROTOCOL");
DEF_GLOBAL(server_protocol_value, "HTTP/1.1");
DEF_GLOBAL(http_host, "HTTP_HOST");
DEF_GLOBAL(server_software, "SERVER_SOFTWARE");
DEF_GLOBAL(port_80, "80");

eHttpParserError = rb_define_class_under(mThin, "HttpParserError", rb_eIOError);
Expand Down

0 comments on commit 2d13a04

Please sign in to comment.