Remove $Dart$MapLiteralType as it is no longer used in core.js

Review URL: https://chromereviews.googleplex.com/3519019/

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@49 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
knorton@google.com 2011-10-05 16:31:10 +00:00
parent 665b268641
commit 234c818be3

View file

@ -466,9 +466,6 @@ function $intern(o, type_args) {
return o;
}
/** @const */
var $Dart$MapLiteralType = LinkedHashMapImplementation$Dart;
function $Dart$MapLiteralFactory() {
return native__CoreJsUtil__newMapLiteral();
}