Bug 132020 - Remove unused local variable
Summary: Remove unused local variable
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-22 12:04 PDT by Joseph Pecoraro
Modified: 2014-04-22 13:53 PDT (History)
4 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (2.02 KB, patch)
2014-04-22 12:05 PDT, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2014-04-22 12:04:31 PDT
UIProcess/ios/forms/WKFormSelectPopover.mm
warning: Value stored to 'titleHeight' is never read
    titleHeight = navController.navigationBar.bounds.size.height;
Comment 1 Joseph Pecoraro 2014-04-22 12:05:42 PDT
Created attachment 229905 [details]
[PATCH] Proposed Fix
Comment 2 WebKit Commit Bot 2014-04-22 13:53:06 PDT
Comment on attachment 229905 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 229905

Committed r167682: <http://trac.webkit.org/changeset/167682>
Comment 3 WebKit Commit Bot 2014-04-22 13:53:08 PDT
All reviewed patches have been landed.  Closing bug.