Index: src/compiler/node-properties.h |
diff --git a/src/compiler/node-properties.h b/src/compiler/node-properties.h |
index ed3c11750720cdce06716b953accc84378cc335d..c4d36ed8bb7af1e1b877d02b7e4173ea96807d1f 100644 |
--- a/src/compiler/node-properties.h |
+++ b/src/compiler/node-properties.h |
@@ -131,18 +131,6 @@ class NodeProperties final { |
static MaybeHandle<Context> GetSpecializationContext( |
Node* node, MaybeHandle<Context> context = MaybeHandle<Context>()); |
- // Try to retrieve the specialization native context from the given |
- // {node}, optionally utilizing the knowledge about the (outermost) |
- // {native_context}. |
- static MaybeHandle<Context> GetSpecializationNativeContext( |
- Node* node, MaybeHandle<Context> native_context = MaybeHandle<Context>()); |
- |
- // Try to retrieve the specialization global object from the given |
- // {node}, optionally utilizing the knowledge about the (outermost) |
- // {native_context}. |
- static MaybeHandle<JSGlobalObject> GetSpecializationGlobalObject( |
- Node* node, MaybeHandle<Context> native_context = MaybeHandle<Context>()); |
- |
// --------------------------------------------------------------------------- |
// Type. |