mirror of https://github.com/rails/rails
Removed unused NullContentTypeHeader after changes in #36996
Rebuild CI
This commit is contained in:
parent
2a3f759eef
commit
42dae0ab05
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue