Index: src/ppc/macro-assembler-ppc.h |
diff --git a/src/ppc/macro-assembler-ppc.h b/src/ppc/macro-assembler-ppc.h |
index 87e85a6b265493472279c87535508d1f6bcd9d86..c1b630fcfe2369d5e01016c90c1b315952a74d2a 100644 |
--- a/src/ppc/macro-assembler-ppc.h |
+++ b/src/ppc/macro-assembler-ppc.h |
@@ -752,14 +752,6 @@ class MacroAssembler : public Assembler { |
void GetMapConstructor(Register result, Register map, Register temp, |
Register temp2); |
- // Try to get function prototype of a function and puts the value in |
- // the result register. Checks that the function really is a |
- // function and jumps to the miss label if the fast checks fail. The |
- // function register will be untouched; the other registers may be |
- // clobbered. |
- void TryGetFunctionPrototype(Register function, Register result, |
- Register scratch, Label* miss); |
- |
// Compare object type for heap object. heap_object contains a non-Smi |
// whose object type should be compared with the given type. This both |
// sets the flags and leaves the object type in the type_reg register. |