about summary refs log tree commit homepage
diff options
context:
space:
mode:
-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