Bug 163095 - Remove unused WebCore::contentDispositionType()
Summary: Remove unused WebCore::contentDispositionType()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Local Build
Hardware: All All
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-06 17:36 PDT by Daniel Bates
Modified: 2016-10-06 17:53 PDT (History)
3 users (show)

See Also:


Attachments
Patch (3.43 KB, patch)
2016-10-06 17:40 PDT, Daniel Bates
achristensen: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2016-10-06 17:36:58 PDT
The function WebCore::contentDispositionType() (defined in HTTPParsers.h) is unused. It was first added in the patch for bug #36395 and it was only used by the Chromium and Qt ports. Both the Chromium and Qt ports have long since been removed from the repository. We should remove WebCore::contentDispositionType().
Comment 1 Daniel Bates 2016-10-06 17:40:13 PDT
Created attachment 290879 [details]
Patch
Comment 2 Daniel Bates 2016-10-06 17:53:47 PDT
Committed r206891: <http://trac.webkit.org/changeset/206891>