| Index: src/mips64/macro-assembler-mips64.h
|
| diff --git a/src/mips64/macro-assembler-mips64.h b/src/mips64/macro-assembler-mips64.h
|
| index 7de3300908aae95cfb1f64158f854fe00fa2f3a0..77521f98b55ce5dbf419aca0f7d24efe6ca73351 100644
|
| --- a/src/mips64/macro-assembler-mips64.h
|
| +++ b/src/mips64/macro-assembler-mips64.h
|
| @@ -530,13 +530,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,
|
|
|