Index: src/compiler/ast-graph-builder.h |
diff --git a/src/compiler/ast-graph-builder.h b/src/compiler/ast-graph-builder.h |
index 0139261081e7157b4aa51ea407fe7047b8e0a2a6..7676797e37dfbd0bd2568e188019cc7b9d50be3b 100644 |
--- a/src/compiler/ast-graph-builder.h |
+++ b/src/compiler/ast-graph-builder.h |
@@ -301,7 +301,6 @@ class AstGraphBuilder : public AstVisitor { |
// Builders for accessing the function context. |
Node* BuildLoadGlobalObject(); |
Node* BuildLoadNativeContextField(int index); |
- Node* BuildLoadGlobalProxy(); |
Node* BuildLoadFeedbackVector(); |
// Builder for accessing a (potentially immutable) object field. |