| Index: runtime/vm/object.cc
|
| diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc
|
| index 25cb9fee0dc618fa17455d8e888ac36b0f7fd73c..dec6bd67ef5aaf8b3a55b443d58e372fdbf1a5a6 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) \
|
|
|