Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/parser/ParserErrorCode.java |
diff --git a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/parser/ParserErrorCode.java b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/parser/ParserErrorCode.java |
index f5596fea90c85d62d058c3d41574d93175bd3879..e0e62c1000fdeb0b60381c98e9adfb5bacfaf83f 100644 |
--- a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/parser/ParserErrorCode.java |
+++ b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/parser/ParserErrorCode.java |
@@ -62,10 +62,6 @@ public enum ParserErrorCode implements ErrorCode { |
EXPECTED_LIST_OR_MAP_LITERAL("Expected a list or map literal"), |
EXPECTED_STRING_LITERAL("Expected a string literal"), |
EXPECTED_TOKEN("Expected to find '%s'"), |
- EXPECTED_ONE_LIST_TYPE_ARGUMENTS( |
- "List literal requires exactly one type arguments or none, but %d found"), |
- EXPECTED_TWO_MAP_TYPE_ARGUMENTS( |
- "Map literal requires exactly two type arguments or none, but %d found"), |
EXPECTED_TYPE_NAME("Expected a type name"), |
EXPORT_DIRECTIVE_AFTER_PART_DIRECTIVE("Export directives must preceed part directives"), |
EXTERNAL_AFTER_CONST("The modifier 'external' should be before the modifier 'const'"), |