[Webkit-unassigned] [Bug 47816] New: Remove some unnecessary lines of code from Parser.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 18 05:50:55 PDT 2010


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

           Summary: Remove some unnecessary lines of code from Parser.cpp
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pvarga at inf.u-szeged.hu
                CC: ossy at webkit.org, abecsi at webkit.org


Looks like the parser/Parser.cpp includes two unused headers in JavaScriptCore:
- wtf/HashSet.h
- wtf/Vector.h

The explicit decleration of jscyyparse(void*) function should be removed as well because
we don't use a generated parser any more.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list