Index: sdk/lib/_internal/libraries.dart |
diff --git a/sdk/lib/_internal/libraries.dart b/sdk/lib/_internal/libraries.dart |
index ca83c0320eefc1c764d40ed658ea88fa4c332a8c..50bb70a779ddd6269f36d1fe8334b55b069688c9 100644 |
--- a/sdk/lib/_internal/libraries.dart |
+++ b/sdk/lib/_internal/libraries.dart |
@@ -30,11 +30,6 @@ const Map<String, LibraryInfo> LIBRARIES = const <LibraryInfo> { |
"core/core.dart", |
dart2jsPatchPath: "_internal/compiler/implementation/lib/core_patch.dart"), |
- "coreimpl": const LibraryInfo( |
- "coreimpl/coreimpl.dart", |
- implementation: true, |
- dart2jsPatchPath: "_internal/compiler/implementation/lib/coreimpl_patch.dart"), |
- |
"crypto": const LibraryInfo( |
"crypto/crypto.dart"), |
@@ -145,7 +140,7 @@ class LibraryInfo { |
* The implication is that these libraries are less commonly used |
* and that tools like Dart Editor should not show these libraries |
* in a list of all libraries unless the user specifically asks the tool to |
- * do so. (E.g. "coreimpl" contains implementation for the "core" library). |
+ * do so. |
*/ |
final bool implementation; |