Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index ac37f817798ae4ba50b1f37db7f18f412e0e93b6..3912d04543f4399a09b7b33ef59882a094dcee16 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -2398,12 +2398,6 @@ class FixedArray: public FixedArrayBase { |
// Shrink length and insert filler objects. |
void Shrink(int length); |
- // Copy operation. |
- // TODO(mstarzinger): Deprecated, use Factory::CopyFixedArrayAndGrow! |
- static Handle<FixedArray> CopySize(Handle<FixedArray> array, |
- int new_length, |
- PretenureFlag pretenure = NOT_TENURED); |
- |
enum KeyFilter { ALL_KEYS, NON_SYMBOL_KEYS }; |
// Add the elements of a JSArray to this FixedArray. |