Bug 119667 - DownloadAuthenticationClient is dead code
Summary: DownloadAuthenticationClient is dead code
Status: ASSIGNED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: David Farler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-11 19:53 PDT by David Farler
Modified: 2013-11-15 07:41 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Farler 2013-08-11 19:53:18 PDT
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.
Comment 1 David Farler 2013-11-15 07:40:34 PST
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.