| Index: compiler/java/com/google/dart/compiler/ast/DartPlainVisitor.java
|
| ===================================================================
|
| --- compiler/java/com/google/dart/compiler/ast/DartPlainVisitor.java (revision 10526)
|
| +++ compiler/java/com/google/dart/compiler/ast/DartPlainVisitor.java (working copy)
|
| @@ -96,8 +96,6 @@
|
|
|
| R visitTypeNode(DartTypeNode node);
|
|
|
| - R visitResourceDirective(DartResourceDirective node);
|
| -
|
| R visitReturnStatement(DartReturnStatement node);
|
|
|
| R visitSourceDirective(DartSourceDirective node);
|
|
|