about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-04-21 11:14:44 -0700
committerEric Wong <normalperson@yhbt.net>2009-04-21 11:16:27 -0700
commit3ab21cf1733faa2384944d65157e96463c7b9dbe (patch)
treea428569d61e6d2889a6229e53d5217040028b84e
parent0a53bd1512115c55cae028cafe234550af1e17ba (diff)
downloadunicorn-3ab21cf1733faa2384944d65157e96463c7b9dbe.tar.gz
-rw-r--r--lib/unicorn/const.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/unicorn/const.rb b/lib/unicorn/const.rb
index 80731ab..ea9312d 100644
--- a/lib/unicorn/const.rb
+++ b/lib/unicorn/const.rb
@@ -82,7 +82,6 @@ module Unicorn
     CONTENT_LENGTH="CONTENT_LENGTH".freeze
     REMOTE_ADDR="REMOTE_ADDR".freeze
     HTTP_X_FORWARDED_FOR="HTTP_X_FORWARDED_FOR".freeze
-    QUERY_STRING="QUERY_STRING".freeze
     RACK_INPUT="rack.input".freeze
   end