From 9c4c5f03b5dccbbaa263a0d0eace0fca3a2d1180 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 16 Apr 2009 22:08:48 -0700 Subject: remove DATE constant We never use it anywhere explicitly for hash lookups --- lib/unicorn/const.rb | 2 -- 1 file changed, 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 -- cgit v1.2.3-24-ge0c7