| Index: dart/pkg/compiler/lib/src/warnings.dart
|
| diff --git a/dart/pkg/compiler/lib/src/warnings.dart b/dart/pkg/compiler/lib/src/warnings.dart
|
| index e1bb353a97397b3a08f9355c181c0cfc3e3809e6..082a41eb6ef04613e426c5d69d3370d8faf8f744 100644
|
| --- a/dart/pkg/compiler/lib/src/warnings.dart
|
| +++ b/dart/pkg/compiler/lib/src/warnings.dart
|
| @@ -1351,9 +1351,6 @@ main() => A.A = 1;
|
| "The class '#{class}' overrides 'operator==', "
|
| "but not 'get hashCode'.");
|
|
|
| - static const MessageKind PACKAGE_ROOT_NOT_SET = const MessageKind(
|
| - "Cannot resolve '#{uri}'. Package root has not been set.");
|
| -
|
| static const MessageKind INTERNAL_LIBRARY_FROM = const MessageKind(
|
| "Internal library '#{resolvedUri}' is not accessible from "
|
| "'#{importingUri}'.");
|
|
|