| Index: src/compiler/operator-properties.h
|
| diff --git a/src/compiler/operator-properties.h b/src/compiler/operator-properties.h
|
| index 19491d5756aff29c748934633849245ef3584c6c..01871937fd2c0b5979afea9829ecc70eb0435c7c 100644
|
| --- a/src/compiler/operator-properties.h
|
| +++ b/src/compiler/operator-properties.h
|
| @@ -37,7 +37,6 @@ class OperatorProperties {
|
| static inline int GetControlOutputCount(Operator* op);
|
|
|
| static inline bool IsBasicBlockBegin(Operator* op);
|
| - static inline bool CanLazilyDeoptimize(Operator* op);
|
| };
|
| }
|
| }
|
|
|