| Index: src/ia32/macro-assembler-ia32.h
|
| diff --git a/src/ia32/macro-assembler-ia32.h b/src/ia32/macro-assembler-ia32.h
|
| index 192d5684202de64ecdc856a7f06c13701debe605..d657828f64cdf01e500fc86b8390c2e669c1afca 100644
|
| --- a/src/ia32/macro-assembler-ia32.h
|
| +++ b/src/ia32/macro-assembler-ia32.h
|
| @@ -676,12 +676,6 @@ class MacroAssembler: public Assembler {
|
| void AllocateJSValue(Register result, Register constructor, Register value,
|
| Register scratch, Label* gc_required);
|
|
|
| - // Copy memory, byte-by-byte, from source to destination. Not optimized for
|
| - // long or aligned copies.
|
| - // The contents of index and scratch are destroyed.
|
| - void CopyBytes(Register source, Register destination, Register length,
|
| - Register scratch);
|
| -
|
| // Initialize fields with filler values. Fields starting at |current_address|
|
| // not including |end_address| are overwritten with the value in |filler|. At
|
| // the end the loop, |current_address| takes the value of |end_address|.
|
|
|