| Index: src/arm/macro-assembler-arm.h
|
| diff --git a/src/arm/macro-assembler-arm.h b/src/arm/macro-assembler-arm.h
|
| index 7ece4b2fa6761c9b47c91111aec455325d487e21..e0dd1938c88c9fd27c8908493478cd806fea7d6e 100644
|
| --- a/src/arm/macro-assembler-arm.h
|
| +++ b/src/arm/macro-assembler-arm.h
|
| @@ -745,13 +745,6 @@ class MacroAssembler: public Assembler {
|
| Label* gc_required,
|
| AllocationFlags flags);
|
|
|
| - // Undo allocation in new space. The object passed and objects allocated after
|
| - // it will no longer be allocated. The caller must make sure that no pointers
|
| - // are left to the object(s) no longer allocated as they would be invalid when
|
| - // allocation is undone.
|
| - void UndoAllocationInNewSpace(Register object, Register scratch);
|
| -
|
| -
|
| void AllocateTwoByteString(Register result,
|
| Register length,
|
| Register scratch1,
|
|
|