Index: editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/ast/AstFactory.java |
diff --git a/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/ast/AstFactory.java b/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/ast/AstFactory.java |
index c998fe4b277eb5734a8ea169c8720be448486cc5..7aeb9e36489c72209f2bdd3205a232a47aadb50e 100644 |
--- a/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/ast/AstFactory.java |
+++ b/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/ast/AstFactory.java |
@@ -61,10 +61,6 @@ public final class AstFactory { |
arguments); |
} |
- public static ArgumentDefinitionTest argumentDefinitionTest(String identifier) { |
- return new ArgumentDefinitionTest(tokenFromType(TokenType.QUESTION), identifier(identifier)); |
- } |
- |
public static ArgumentList argumentList(Expression... arguments) { |
return new ArgumentList( |
tokenFromType(TokenType.OPEN_PAREN), |