| Index: compiler/java/com/google/dart/compiler/resolver/TypeErrorCode.java
|
| diff --git a/compiler/java/com/google/dart/compiler/resolver/TypeErrorCode.java b/compiler/java/com/google/dart/compiler/resolver/TypeErrorCode.java
|
| index e9a35ce163170495ee22c7265ef726da48f69231..2b3ac105be0e2f2637a3688dd9d6e030acfc1c74 100644
|
| --- a/compiler/java/com/google/dart/compiler/resolver/TypeErrorCode.java
|
| +++ b/compiler/java/com/google/dart/compiler/resolver/TypeErrorCode.java
|
| @@ -11,8 +11,6 @@ import com.google.dart.compiler.SubSystem;
|
| * {@link ErrorCode}s for type resolver.
|
| */
|
| public enum TypeErrorCode implements ErrorCode {
|
| - ABSTRACT_CLASS_WITHOUT_ABSTRACT_MODIFIER(
|
| - "%s is an abstract class because it does not implement the inherited abstract members: %s"),
|
| ASSERT_BOOL("assert requires 'bool' expression or '() -> bool' function"),
|
| ASSERT_NUMBER_ARGUMENTS(ErrorSeverity.ERROR, "assert requires exactly one argument"),
|
| ASSERT_IS_STATEMENT(ErrorSeverity.ERROR, "assert is a statement, it cannot be used as an expression"),
|
|
|