Index: src/heap.h |
diff --git a/src/heap.h b/src/heap.h |
index 31df8537e77a186690020164ac1d1bd3c62eb6a6..a6a14f6a6069838d096b4599fa898b4e0306349b 100644 |
--- a/src/heap.h |
+++ b/src/heap.h |
@@ -1486,10 +1486,6 @@ class Heap { |
int length, |
PretenureFlag pretenure = NOT_TENURED); |
- // Allocates an arguments object - optionally with an elements array. |
- MUST_USE_RESULT AllocationResult AllocateArgumentsObject( |
- Object* callee, int length); |
- |
// Copy the code and scope info part of the code object, but insert |
// the provided data as the relocation information. |
MUST_USE_RESULT AllocationResult CopyCode(Code* code, |