about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-04-16 22:08:48 -0700
committerEric Wong <normalperson@yhbt.net>2009-04-16 22:08:48 -0700
commit9c4c5f03b5dccbbaa263a0d0eace0fca3a2d1180 (patch)
treea95c5eb0bb5b4168dcc6edebb28249369d6526a2
parente01d0c54872ffbc6b07ef790666a74494585de7c (diff)
downloadunicorn-9c4c5f03b5dccbbaa263a0d0eace0fca3a2d1180.tar.gz
We never use it anywhere explicitly for hash lookups
-rw-r--r--lib/unicorn/const.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/unicorn/const.rb b/lib/unicorn/const.rb
index 6c32a32..f132e84 100644
--- a/lib/unicorn/const.rb
+++ b/lib/unicorn/const.rb
@@ -49,8 +49,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
-    DATE="Date".freeze
-
     # This is the part of the path after the SCRIPT_NAME.
     PATH_INFO="PATH_INFO".freeze