| Index: runtime/vm/intrinsifier.h
|
| diff --git a/runtime/vm/intrinsifier.h b/runtime/vm/intrinsifier.h
|
| index 4e3f587a763b33bac92c979ff1afd89b2da94add..fb9aa7c47a94085449a9dbd8b79749108a792385 100644
|
| --- a/runtime/vm/intrinsifier.h
|
| +++ b/runtime/vm/intrinsifier.h
|
| @@ -94,7 +94,6 @@ class Intrinsifier : public AllStatic {
|
| // completely and the code does not need to be generated (i.e., no slow
|
| // path possible).
|
| static bool Intrinsify(const Function& function, Assembler* assembler);
|
| - static bool CanIntrinsify(const Function& function);
|
|
|
| private:
|
| #define DECLARE_FUNCTION(test_class_name, test_function_name, destination) \
|
|
|