Index: src/mips/macro-assembler-mips.h |
diff --git a/src/mips/macro-assembler-mips.h b/src/mips/macro-assembler-mips.h |
index 9e4691327bdc18055f61b025c4222adb0859adcc..ca49b6b07431d78fac418e6626d36a73a521a9fa 100644 |
--- a/src/mips/macro-assembler-mips.h |
+++ b/src/mips/macro-assembler-mips.h |
@@ -1110,14 +1110,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); |
- |
void GetObjectType(Register function, |
Register map, |
Register type_reg); |