From: Tom Hughes Date: Mon, 30 Jul 2007 23:16:13 +0000 (+0000) Subject: Removed unused HTTP status code definitions - we now use the Rails ones. X-Git-Tag: live~8289 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/9f5e4b2b5ad843b960005f25dc6ad3a5cd8822cb Removed unused HTTP status code definitions - we now use the Rails ones. --- diff --git a/config/environment.rb b/config/environment.rb index 3c2516ec7..45d03d2ad 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -86,18 +86,6 @@ ActionMailer::Base.smtp_settings = { :domain => 'localhost', } - -# HTTP CODES - -# 200's - -HTTP_OK = 200 - -# 400's - -HTTP_PRECONDITION_FAILED = 412 -HTTP_EXPECTATION_FAILED = 417 - #Taming FCGI # COUNT = 0