Bug 65846 - [EFL] Remove unused local variable from _ewk_tiled_backing_store_item_process_idler_cb.
Summary: [EFL] Remove unused local variable from _ewk_tiled_backing_store_item_process...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-08 03:39 PDT by KwangHyuk
Modified: 2011-08-10 02:09 PDT (History)
6 users (show)

See Also:


Attachments
Patch, (1.39 KB, patch)
2011-08-08 03:43 PDT, KwangHyuk
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description KwangHyuk 2011-08-08 03:39:18 PDT
As Ewk_Tiled_Backing_Store_Item *it is declared as local variable, but it's never referenced anywhere, it is better to be removed from _ewk_tiled_backing_store_item_process_idler_cb.
Comment 1 KwangHyuk 2011-08-08 03:43:03 PDT
Created attachment 103224 [details]
Patch,
Comment 2 Raphael Kubo da Costa (:rakuco) 2011-08-08 05:35:11 PDT
LGTM.
Comment 3 WebKit Review Bot 2011-08-10 02:09:52 PDT
Comment on attachment 103224 [details]
Patch,

Clearing flags on attachment: 103224

Committed r92758: <http://trac.webkit.org/changeset/92758>
Comment 4 WebKit Review Bot 2011-08-10 02:09:56 PDT
All reviewed patches have been landed.  Closing bug.