Bug 145504 - Remove unused variable kZoomTicks
Summary: Remove unused variable kZoomTicks
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Carlos Alberto Lopez Perez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-31 11:51 PDT by Carlos Alberto Lopez Perez
Modified: 2015-05-31 13:10 PDT (History)
6 users (show)

See Also:


Attachments
Patch (1.27 KB, patch)
2015-05-31 11:57 PDT, Carlos Alberto Lopez Perez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Alberto Lopez Perez 2015-05-31 11:51:57 PDT
The following warning is generated when building WebKit:

[441/2728] Building CXX object Source/WebCore/CMakeFiles/WebCore.dir/platform/ScrollAnimatorNone.cpp.o
../../Source/WebCore/platform/ScrollAnimatorNone.cpp:52:14: warning: unused variable 'kZoomTicks' [-Wunused-const-variable]
const double kZoomTicks = 11;
             ^
1 warning generated.


The variable was added in r97902 <http://trac.webkit.org/r97902>, and it should have been removed on r107665 <http://trac.webkit.org/r107665> because is not used anywhere else.
Comment 1 Carlos Alberto Lopez Perez 2015-05-31 11:57:54 PDT
Created attachment 253982 [details]
Patch
Comment 2 WebKit Commit Bot 2015-05-31 13:10:52 PDT
Comment on attachment 253982 [details]
Patch

Clearing flags on attachment: 253982

Committed r185045: <http://trac.webkit.org/changeset/185045>
Comment 3 WebKit Commit Bot 2015-05-31 13:10:57 PDT
All reviewed patches have been landed.  Closing bug.