Index: src/compiler/ast-graph-builder.h |
diff --git a/src/compiler/ast-graph-builder.h b/src/compiler/ast-graph-builder.h |
index 6c8e656166c3251ea3d6978a30a6f45f6fa0899d..f6417407dab82cd36685bbb159ca683a1c288aa5 100644 |
--- a/src/compiler/ast-graph-builder.h |
+++ b/src/compiler/ast-graph-builder.h |
@@ -262,9 +262,6 @@ class AstGraphBuilder : public AstVisitor { |
// Builder to create an arguments object if it is used. |
Node* BuildArgumentsObject(Variable* arguments); |
- // Builder to create an array of rest parameters if used |
- Node* BuildRestArgumentsArray(Variable* rest, int index); |
- |
// Builder that assigns to the {.this_function} internal variable if needed. |
Node* BuildThisFunctionVariable(Variable* this_function_var); |