[Webkit-unassigned] [Bug 151331] New: Removed useless variable scriptResult

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 16 16:30:46 PST 2015


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

            Bug ID: 151331
           Summary: Removed useless variable scriptResult
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mdaiter at apple.com

Inside of testExecutionTimeLimit(), there's a variable called scriptResult that uses a variable that never actually gets read, only written to. This can be removed, unless there's some sort of benchmark result that needs a write for a fair testExecutionTimeLimit() execution.

-- 
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/20151117/81f52af6/attachment.html>


More information about the webkit-unassigned mailing list