| Index: src/compiler/js-native-context-specialization.h
|
| diff --git a/src/compiler/js-native-context-specialization.h b/src/compiler/js-native-context-specialization.h
|
| index 4251d72fc4f716856851c63fb25ac31e17aff741..5562c6e36e4b56a16c8292e60302b5769d6023bc 100644
|
| --- a/src/compiler/js-native-context-specialization.h
|
| +++ b/src/compiler/js-native-context-specialization.h
|
| @@ -85,10 +85,6 @@ class JSNativeContextSpecialization final : public AdvancedReducer {
|
| Handle<Context> native_context,
|
| Handle<JSObject> holder);
|
|
|
| - // Assuming that {if_projection} is either IfTrue or IfFalse, adds a hint on
|
| - // the dominating Branch that {if_projection} is the unlikely (deferred) case.
|
| - void MarkAsDeferred(Node* if_projection);
|
| -
|
| // Retrieve the native context from the given {node} if known.
|
| MaybeHandle<Context> GetNativeContext(Node* node);
|
|
|
|
|