Bug 88812

Summary: Remove unused member variables found by clang's -Wunused-private-field
Product: WebKit Reporter: Nico Weber <thakis>
Component: New BugsAssignee: Nico Weber <thakis>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, cc-bugs, cmarcelo, eric.carlson, eric, feature-media-reviews, hans, haraken, jamesr, japhet, jochen, macpherson, menard, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch
none
Patch for landing
none
Patch for landing
none
Patch
none
Patch
none
Patch none

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!