| Index: runtime/vm/object.cc
|
| diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc
|
| index ebdedee44a6a711b77099cfcac2959acdfc8286d..201ab7d8349f6210cbcd2974afd9f12dbb6684fe 100644
|
| --- a/runtime/vm/object.cc
|
| +++ b/runtime/vm/object.cc
|
| @@ -165,7 +165,6 @@ const double MegamorphicCache::kLoadFactor = 0.75;
|
| V(CoreLibrary, int, _throwFormatException) \
|
| V(CoreLibrary, int, _parse) \
|
| V(CoreLibrary, _Bigint, _mulAdd) \
|
| - V(CoreLibrary, _Bigint, _sqrAdd) \
|
|
|
| #define INVISIBLE_LIBRARY_FUNCTIONS(V) \
|
| V(TypedDataLibrary, _toInt8) \
|
|
|