| Index: pkg/analyzer/lib/src/generated/error.dart
|
| diff --git a/pkg/analyzer/lib/src/generated/error.dart b/pkg/analyzer/lib/src/generated/error.dart
|
| index 0964a8c5f622e373d001753161043b2ca71f476a..93d1ce8dd482f5e2609772ff409387a1386a3766 100644
|
| --- a/pkg/analyzer/lib/src/generated/error.dart
|
| +++ b/pkg/analyzer/lib/src/generated/error.dart
|
| @@ -3952,18 +3952,6 @@ class StaticWarningCode extends ErrorCode {
|
| "The exported libraries '{0}' and '{1}' cannot have the same name '{2}'");
|
|
|
| /**
|
| - * 14.2 Exports: It is a static warning to export two different libraries with
|
| - * the same name.
|
| - *
|
| - * Parameters:
|
| - * 0: the uri pointing to a first library
|
| - * 1: the uri pointing to a second library
|
| - */
|
| - static const StaticWarningCode EXPORT_DUPLICATED_LIBRARY_UNNAMED =
|
| - const StaticWarningCode('EXPORT_DUPLICATED_LIBRARY_UNNAMED',
|
| - "The exported libraries '{0}' and '{1}' cannot both be unnamed");
|
| -
|
| - /**
|
| * 12.14.2 Binding Actuals to Formals: It is a static warning if <i>m <
|
| * h</i> or if <i>m > n</i>.
|
| *
|
| @@ -4119,18 +4107,6 @@ class StaticWarningCode extends ErrorCode {
|
| "The imported libraries '{0}' and '{1}' cannot have the same name '{2}'");
|
|
|
| /**
|
| - * 14.1 Imports: It is a static warning to import two different libraries with
|
| - * the same name.
|
| - *
|
| - * Parameters:
|
| - * 0: the uri pointing to a first library
|
| - * 1: the uri pointing to a second library
|
| - */
|
| - static const StaticWarningCode IMPORT_DUPLICATED_LIBRARY_UNNAMED =
|
| - const StaticWarningCode('IMPORT_DUPLICATED_LIBRARY_UNNAMED',
|
| - "The imported libraries '{0}' and '{1}' cannot both be unnamed");
|
| -
|
| - /**
|
| * 14.1 Imports: It is a static warning if the specified URI of a deferred
|
| * import does not refer to a library declaration.
|
| *
|
|
|