RESOLVED FIXED 80218
Remove the unused function WebCore::protocolIsInHTTPFamily()
https://bugs.webkit.org/show_bug.cgi?id=80218
Summary Remove the unused function WebCore::protocolIsInHTTPFamily()
Benjamin Poulain
Reported 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
Attachments
Patch (2.86 KB, patch)
2012-03-03 20:19 PST, Benjamin Poulain
andersca: review+
Benjamin Poulain
Comment 1 2012-03-03 20:19:16 PST
Benjamin Poulain
Comment 2 2012-03-03 21:04:29 PST
Note You need to log in before you can comment on or make changes to this bug.