Index: src/s390/macro-assembler-s390.h |
diff --git a/src/s390/macro-assembler-s390.h b/src/s390/macro-assembler-s390.h |
index a87bc92f1dc5a72b0b0d3342d8ac7ce2a09ae286..29cdfee66133812dc06587cda0c476281f0a67b8 100644 |
--- a/src/s390/macro-assembler-s390.h |
+++ b/src/s390/macro-assembler-s390.h |
@@ -1032,11 +1032,6 @@ class MacroAssembler : public Assembler { |
Register scratch1, Register scratch2, |
Label* gc_required); |
- // Copies a number of bytes from src to dst. All registers are clobbered. On |
- // exit src and dst will point to the place just after where the last byte was |
- // read or written and length will be zero. |
- void CopyBytes(Register src, Register dst, Register length, Register scratch); |
- |
// Initialize fields with filler values. |count| fields starting at |
// |current_address| are overwritten with the value in |filler|. At the end |
// the loop, |current_address| points at the next uninitialized field. |