Index: src/regexp/ppc/regexp-macro-assembler-ppc.h |
diff --git a/src/regexp/ppc/regexp-macro-assembler-ppc.h b/src/regexp/ppc/regexp-macro-assembler-ppc.h |
index d2813872c487e6e786a8ad0b9e08e46a8668ff82..9151bf7b0799be6e91d47418bf42cac8d9469379 100644 |
--- a/src/regexp/ppc/regexp-macro-assembler-ppc.h |
+++ b/src/regexp/ppc/regexp-macro-assembler-ppc.h |
@@ -78,7 +78,6 @@ class RegExpMacroAssemblerPPC : public NativeRegExpMacroAssembler { |
virtual void WriteCurrentPositionToRegister(int reg, int cp_offset); |
virtual void ClearRegisters(int reg_from, int reg_to); |
virtual void WriteStackPointerToRegister(int reg); |
- virtual bool CanReadUnaligned(); |
// Called from RegExp if the stack-guard is triggered. |
// If the code object is relocated, the return address is fixed before |