about summary refs log tree commit homepage
path: root/lib/unicorn/const.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-02-05 15:41:06 -0800
committerEric Wong <normalperson@yhbt.net>2009-02-09 19:50:48 -0800
commitdad8471b4cc9412b0d56e68d0c143b356998c2a0 (patch)
tree3dfc5875f540ac548c162f503ca198d924525cd6 /lib/unicorn/const.rb
parent75c73418f1fa401bf5c94aab08e78c162389dfb5 (diff)
downloadunicorn-dad8471b4cc9412b0d56e68d0c143b356998c2a0.tar.gz
It's pointless...
Diffstat (limited to 'lib/unicorn/const.rb')
-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 8e52d4b..7c236c6 100644
--- a/lib/unicorn/const.rb
+++ b/lib/unicorn/const.rb
@@ -100,7 +100,6 @@ module Unicorn
     CONTENT_TYPE = "Content-Type".freeze
     LAST_MODIFIED = "Last-Modified".freeze
     ETAG = "ETag".freeze
-    SLASH = "/".freeze
     REQUEST_METHOD="REQUEST_METHOD".freeze
     GET="GET".freeze
     HEAD="HEAD".freeze