| Index: runtime/vm/intermediate_language.h
|
| diff --git a/runtime/vm/intermediate_language.h b/runtime/vm/intermediate_language.h
|
| index bfcb8a767726f7262ab23fc717f2cc414d8a554f..47562644cf86a38fc8028f724c22963eeab1c574 100644
|
| --- a/runtime/vm/intermediate_language.h
|
| +++ b/runtime/vm/intermediate_language.h
|
| @@ -341,9 +341,6 @@ class Value : public ZoneAllocated {
|
|
|
| bool IsSmiValue() { return Type()->ToCid() == kSmiCid; }
|
|
|
| - // Returns true if this value binds to the constant: 0xFFFFFFFF.
|
| - bool BindsTo32BitMaskConstant() const;
|
| -
|
| // Return true if the value represents a constant.
|
| bool BindsToConstant() const;
|
|
|
|
|