Index: src/ppc/macro-assembler-ppc.h |
diff --git a/src/ppc/macro-assembler-ppc.h b/src/ppc/macro-assembler-ppc.h |
index 13d0b9c10013ccde034742417fe7c1d201834d2c..292a2b98117af820696dd4eba63f64695409e131 100644 |
--- a/src/ppc/macro-assembler-ppc.h |
+++ b/src/ppc/macro-assembler-ppc.h |
@@ -873,8 +873,6 @@ class MacroAssembler : public Assembler { |
// CR_EQ in cr7 holds the result. |
void TestDoubleIsMinusZero(DoubleRegister input, Register scratch1, |
Register scratch2); |
- void TestHeapNumberIsMinusZero(Register input, Register scratch1, |
- Register scratch2); |
// Check the sign of a double. |
// CR_LT in cr7 holds the result. |