RESOLVED FIXED Bug 132020
Remove unused local variable
https://bugs.webkit.org/show_bug.cgi?id=132020
Summary Remove unused local variable
Joseph Pecoraro
Reported 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;
Attachments
[PATCH] Proposed Fix (2.02 KB, patch)
2014-04-22 12:05 PDT, Joseph Pecoraro
no flags
Joseph Pecoraro
Comment 1 2014-04-22 12:05:42 PDT
Created attachment 229905 [details] [PATCH] Proposed Fix
WebKit Commit Bot
Comment 2 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>
WebKit Commit Bot
Comment 3 2014-04-22 13:53:08 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.