Bug 88812 - Remove unused member variables found by clang's -Wunused-private-field
Summary: Remove unused member variables found by clang's -Wunused-private-field
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nico Weber
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-11 14:48 PDT by Nico Weber
Modified: 2012-06-12 02:40 PDT (History)
14 users (show)

See Also:


Attachments
Patch (49.94 KB, patch)
2012-06-11 14:50 PDT, Nico Weber
no flags Details | Formatted Diff | Diff
Patch (50.11 KB, patch)
2012-06-11 15:09 PDT, Nico Weber
no flags Details | Formatted Diff | Diff
Patch for landing (50.12 KB, patch)
2012-06-11 15:09 PDT, Nico Weber
no flags Details | Formatted Diff | Diff
Patch for landing (50.19 KB, patch)
2012-06-11 15:33 PDT, Nico Weber
no flags Details | Formatted Diff | Diff
Patch (50.29 KB, patch)
2012-06-11 15:58 PDT, Nico Weber
no flags Details | Formatted Diff | Diff
Patch (50.37 KB, patch)
2012-06-11 16:33 PDT, Nico Weber
no flags Details | Formatted Diff | Diff
Patch (52.08 KB, patch)
2012-06-11 17:09 PDT, Nico Weber
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nico Weber 2012-06-11 14:48:33 PDT
Remove unused member variables found by clang's -Wunused-private-field
Comment 1 Nico Weber 2012-06-11 14:50:09 PDT
Created attachment 146918 [details]
Patch
Comment 2 Nico Weber 2012-06-11 15:09:19 PDT
Created attachment 146925 [details]
Patch
Comment 3 Nico Weber 2012-06-11 15:09:59 PDT
Created attachment 146926 [details]
Patch for landing
Comment 4 Nico Weber 2012-06-11 15:10:12 PDT
Comment on attachment 146926 [details]
Patch for landing

(waiting for ews bots)
Comment 5 Build Bot 2012-06-11 15:30:46 PDT
Comment on attachment 146926 [details]
Patch for landing

Attachment 146926 [details] did not pass mac-ews (mac):
Output: http://queues.webkit.org/results/12938537
Comment 6 Nico Weber 2012-06-11 15:33:59 PDT
Created attachment 146931 [details]
Patch for landing
Comment 7 Build Bot 2012-06-11 15:50:17 PDT
Comment on attachment 146931 [details]
Patch for landing

Attachment 146931 [details] did not pass mac-ews (mac):
Output: http://queues.webkit.org/results/12949075
Comment 8 Nico Weber 2012-06-11 15:58:12 PDT
Created attachment 146945 [details]
Patch
Comment 9 Build Bot 2012-06-11 16:31:07 PDT
Comment on attachment 146945 [details]
Patch

Attachment 146945 [details] did not pass mac-ews (mac):
Output: http://queues.webkit.org/results/12946317
Comment 10 Nico Weber 2012-06-11 16:33:30 PDT
Created attachment 146960 [details]
Patch
Comment 11 Build Bot 2012-06-11 17:05:13 PDT
Comment on attachment 146960 [details]
Patch

Attachment 146960 [details] did not pass mac-ews (mac):
Output: http://queues.webkit.org/results/12942392
Comment 12 Nico Weber 2012-06-11 17:09:21 PDT
Created attachment 146969 [details]
Patch
Comment 13 WebKit Review Bot 2012-06-11 23:25:07 PDT
Comment on attachment 146969 [details]
Patch

Clearing flags on attachment: 146969

Committed r120044: <http://trac.webkit.org/changeset/120044>
Comment 14 WebKit Review Bot 2012-06-11 23:25:17 PDT
All reviewed patches have been landed.  Closing bug.
Comment 15 Hans Wennborg 2012-06-12 02:40:17 PDT
Nice!