[Webkit-unassigned] [Bug 145504] New: Remove unused variable kZoomTicks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 31 11:51:57 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=145504

            Bug ID: 145504
           Summary: Remove unused variable kZoomTicks
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: clopez at igalia.com

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150531/1470b51f/attachment.html>


More information about the webkit-unassigned mailing list