Index: src/code-factory.h |
diff --git a/src/code-factory.h b/src/code-factory.h |
index d50c7f44f9f58ab9e30fa396e159f76fd0d8d69e..683bdf5ddd70add4a689332d82ad5633ea95d0af 100644 |
--- a/src/code-factory.h |
+++ b/src/code-factory.h |
@@ -162,7 +162,6 @@ class V8_EXPORT_PRIVATE CodeFactory final { |
static Callable GrowFastSmiOrObjectElements(Isolate* isolate); |
static Callable NewUnmappedArgumentsElements(Isolate* isolate); |
- static Callable NewRestParameterElements(Isolate* isolate); |
static Callable AllocateHeapNumber(Isolate* isolate); |