| Index: runtime/vm/method_recognizer.h
|
| diff --git a/runtime/vm/method_recognizer.h b/runtime/vm/method_recognizer.h
|
| index 529718b0b370d205a4b75cf86637b789cc6e14b7..068d223893b9e7020a2626b9a63bab82b00bebd6 100644
|
| --- a/runtime/vm/method_recognizer.h
|
| +++ b/runtime/vm/method_recognizer.h
|
| @@ -155,7 +155,6 @@ namespace dart {
|
| V(_Bigint, set:_used, Bigint_setUsed, 1857576743) \
|
| V(_Bigint, _set_digits, Bigint_setDigits, 582835804) \
|
| V(_Bigint, _mulAdd, Bigint_mulAdd, 258927651) \
|
| - V(_Bigint, _sqrAdd, Bigint_sqrAdd, 1665155090) \
|
| V(_Double, >, Double_greaterThan, 381325711) \
|
| V(_Double, >=, Double_greaterEqualThan, 1409267140) \
|
| V(_Double, <, Double_lessThan, 2080387973) \
|
|
|