| Index: src/compiler/operator-properties.h
|
| diff --git a/src/compiler/operator-properties.h b/src/compiler/operator-properties.h
|
| index cbc8ed9af0696d98a6223c05d40f147bdc2b46c9..0f60240719c6496f31f9d975f4f185d1e1a4e5e4 100644
|
| --- a/src/compiler/operator-properties.h
|
| +++ b/src/compiler/operator-properties.h
|
| @@ -35,11 +35,6 @@ class OperatorProperties {
|
| static inline int GetControlOutputCount(Operator* op);
|
|
|
| static inline bool IsBasicBlockBegin(Operator* op);
|
| -
|
| - static inline bool CanBeScheduled(Operator* op);
|
| - static inline bool HasFixedSchedulePosition(Operator* op);
|
| - static inline bool IsScheduleRoot(Operator* op);
|
| -
|
| static inline bool CanLazilyDeoptimize(Operator* op);
|
| };
|
| }
|
|
|