Removed unused HTTP status code definitions - we now use the Rails ones.

This commit is contained in:
Tom Hughes 2007-07-30 23:16:13 +00:00
parent f66f1441ae
commit 9f5e4b2b5a

View file

@ -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