Ignore:
Timestamp:
Oct 18, 2010, 6:20:25 AM (15 years ago)
Author:
[email protected]
Message:

2010-10-18 Peter Varga <[email protected]>

Reviewed by Andreas Kling.

Remove some unnecessary lines of code from Parser.cpp
https://bugs.webkit.org/show_bug.cgi?id=47816

  • parser/Parser.cpp:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/parser/Parser.cpp

    r69516 r69957  
    2727#include "JSParser.h"
    2828#include "Lexer.h"
    29 #include <wtf/HashSet.h>
    30 #include <wtf/Vector.h>
    31 
    32 #ifndef yyparse
    33 extern int jscyyparse(void*);
    34 #endif
    3529
    3630namespace JSC {
Note: See TracChangeset for help on using the changeset viewer.