about summary refs log tree commit homepage
path: root/lib/unicorn/const.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-05-13 11:38:05 -0700
committerEric Wong <normalperson@yhbt.net>2009-05-13 11:38:05 -0700
commit357c610c63e8d6bc4825061ed06d6492edd176cd (patch)
treed69de49f8ac8c6d0dbd9bd5ebbf3e34dfd34b9be /lib/unicorn/const.rb
parente900cdc15772f7b2cab4d9fb72de8aee963d260f (diff)
downloadunicorn-357c610c63e8d6bc4825061ed06d6492edd176cd.tar.gz
Unicorn proper no longer needs these constants,
so don't bother with them.
Diffstat (limited to 'lib/unicorn/const.rb')
-rw-r--r--lib/unicorn/const.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/unicorn/const.rb b/lib/unicorn/const.rb
index 263ea10..241c52e 100644
--- a/lib/unicorn/const.rb
+++ b/lib/unicorn/const.rb
@@ -8,13 +8,6 @@ module Unicorn
   # gave about a 3% to 10% performance improvement over using the strings directly.
   # Symbols did not really improve things much compared to constants.
   module Const
-    # This is the part of the path after the SCRIPT_NAME.
-    PATH_INFO="PATH_INFO".freeze
-
-    # The original URI requested by the client.
-    REQUEST_URI='REQUEST_URI'.freeze
-    REQUEST_PATH='REQUEST_PATH'.freeze
-
     UNICORN_VERSION="0.7.0".freeze
 
     DEFAULT_HOST = "0.0.0.0".freeze # default TCP listen host address