| Index: runtime/vm/object.cc
|
| diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc
|
| index 137eb9d02f3af8898714e60c7d0b491a368d0bcf..fc05242add0dd63a1fecd4093585e893041a1541 100644
|
| --- a/runtime/vm/object.cc
|
| +++ b/runtime/vm/object.cc
|
| @@ -157,7 +157,6 @@ const double MegamorphicCache::kLoadFactor = 0.75;
|
| V(CoreLibrary, TypeError, _throwNew) \
|
| V(CoreLibrary, FallThroughError, _throwNew) \
|
| V(CoreLibrary, AbstractClassInstantiationError, _throwNew) \
|
| - V(CoreLibrary, NoSuchMethodError, _throwNew) \
|
| V(CoreLibrary, int, _throwFormatException) \
|
| V(CoreLibrary, int, _parse) \
|
| V(CoreLibrary, StackTrace, _setupFullStackTrace) \
|
|
|