Bug 168121 - WebProcess: remove unused m_inDidClose
Summary: WebProcess: remove unused m_inDidClose
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-10 09:43 PST by Olivier Blin
Modified: 2017-02-10 20:02 PST (History)
6 users (show)

See Also:


Attachments
Patch (1.89 KB, patch)
2017-02-10 09:47 PST, Olivier Blin
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Blin 2017-02-10 09:43:52 PST
m_inDidClose in WebProcess has been unused since r83774
Comment 1 Olivier Blin 2017-02-10 09:47:00 PST
Created attachment 301164 [details]
Patch
Comment 2 WebKit Commit Bot 2017-02-10 15:51:01 PST
Comment on attachment 301164 [details]
Patch

Clearing flags on attachment: 301164

Committed r212160: <http://trac.webkit.org/changeset/212160>
Comment 3 WebKit Commit Bot 2017-02-10 15:51:06 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Michael Catanzaro 2017-02-10 20:02:20 PST
You would think the compiler would be able to detect these things. :(