Bug 80218 - Remove the unused function WebCore::protocolIsInHTTPFamily()
Summary: Remove the unused function WebCore::protocolIsInHTTPFamily()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Benjamin Poulain
URL:
Keywords: EasyFix
Depends on:
Blocks:
 
Reported: 2012-03-03 20:16 PST by Benjamin Poulain
Modified: 2012-03-03 21:04 PST (History)
0 users

See Also:


Attachments
Patch (2.86 KB, patch)
2012-03-03 20:19 PST, Benjamin Poulain
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Poulain 2012-03-03 20:16:48 PST
The function protocolIsInHTTPFamily() is not used anywhere, only KURL::protocolIsInHTTPFamily() is ever used.

Let's keep removing code until I have nothing left to implement for WTFURL :-D
Comment 1 Benjamin Poulain 2012-03-03 20:19:16 PST
Created attachment 130014 [details]
Patch
Comment 2 Benjamin Poulain 2012-03-03 21:04:29 PST
Committed r109672: <http://trac.webkit.org/changeset/109672>