| Index: src/objects-inl.h
|
| diff --git a/src/objects-inl.h b/src/objects-inl.h
|
| index eef5e6bf6f7179900c2dc9e93a68fafbc6f08c0e..a5aa5a84ba556428a21ddc01507d6ff30a7cee8f 100644
|
| --- a/src/objects-inl.h
|
| +++ b/src/objects-inl.h
|
| @@ -2053,16 +2053,6 @@ void DescriptorArray::Set(int descriptor_number,
|
| }
|
|
|
|
|
| -void DescriptorArray::CopyFrom(int index,
|
| - DescriptorArray* src,
|
| - int src_index,
|
| - const WhitenessWitness& witness) {
|
| - Descriptor desc;
|
| - src->Get(src_index, &desc);
|
| - Set(index, &desc, witness);
|
| -}
|
| -
|
| -
|
| void DescriptorArray::NoIncrementalWriteBarrierSwapDescriptors(
|
| int first, int second) {
|
| NoIncrementalWriteBarrierSwap(this, ToKeyIndex(first), ToKeyIndex(second));
|
|
|