| Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/CompileTimeErrorCode.java
|
| diff --git a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/CompileTimeErrorCode.java b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/CompileTimeErrorCode.java
|
| index 38ca6b0a9845c52dea619b55048844271ee9ab4b..437d970a0a99358e06fc01acc8457736c43598fa 100644
|
| --- a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/CompileTimeErrorCode.java
|
| +++ b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/CompileTimeErrorCode.java
|
| @@ -368,11 +368,6 @@ public enum CompileTimeErrorCode implements ErrorCode {
|
| IMPLEMENTS_SELF("'%s' cannot implement itself"),
|
|
|
| /**
|
| - * 14.1 Imports: It is a compile-time error to import two different libraries with the same name.
|
| - */
|
| - IMPORT_DUPLICATED_LIBRARY_NAME(""),
|
| -
|
| - /**
|
| * 14.1 Imports: It is a compile-time error if the compilation unit found at the specified URI is
|
| * not a library declaration.
|
| *
|
|
|