[Webkit-unassigned] [Bug 151329] New: Removed needless hasAnItem assignment in TypeSet

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 16 16:09:22 PST 2015


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

            Bug ID: 151329
           Summary: Removed needless hasAnItem assignment in TypeSet
    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

There was an assignment to hasAnItem that didn't need to be set in the last if block of checking m_seenTypes, because hasAnItem is immediately set to false after the block.

-- 
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/1d2b6018/attachment.html>


More information about the webkit-unassigned mailing list