Removed unused NullContentTypeHeader after changes in #36996

Rebuild CI
This commit is contained in:
Abhay Nikam 2019-08-21 11:17:41 +05:30
parent 2a3f759eef
commit 42dae0ab05
1 changed files with 0 additions and 1 deletions

View File

@ -420,7 +420,6 @@ module ActionDispatch # :nodoc:
private
ContentTypeHeader = Struct.new :mime_type, :extra, :charset
NullContentTypeHeader = ContentTypeHeader.new nil, nil, nil
def parse_content_type(content_type)
if content_type && match = CONTENT_TYPE_PARSER.match(content_type)