Bug 119667
Summary: | DownloadAuthenticationClient is dead code | ||
---|---|---|---|
Product: | WebKit | Reporter: | David Farler <dfarler> |
Component: | WebKit2 | Assignee: | David Farler <dfarler> |
Status: | ASSIGNED | ||
Severity: | Normal | CC: | ddkilzer |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
David Farler
DownloadAuthenticationClient isn’t used anywhere and it’s getting left behind undefined with -O1 -g ASAN builds.
This bug to track removing it to unblock ASAN builds.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
David Farler
Since just removing the calls unblocks the builds, I can do that in https://bugs.webkit.org/show_bug.cgi?id=124367 and use this bug to explore removing more of the dead code.