diff --git a/compiler/lib/implementation/core.js b/compiler/lib/implementation/core.js index 428ceec91c6..ea33af2378e 100644 --- a/compiler/lib/implementation/core.js +++ b/compiler/lib/implementation/core.js @@ -466,9 +466,6 @@ function $intern(o, type_args) { return o; } -/** @const */ -var $Dart$MapLiteralType = LinkedHashMapImplementation$Dart; - function $Dart$MapLiteralFactory() { return native__CoreJsUtil__newMapLiteral(); }