| Index: src/arm/macro-assembler-arm.h
|
| diff --git a/src/arm/macro-assembler-arm.h b/src/arm/macro-assembler-arm.h
|
| index e6765cd8ea443c8e4f1cce6433ebed9566432a8b..10288fb19134311e8f401170ff6806aa545da79d 100644
|
| --- a/src/arm/macro-assembler-arm.h
|
| +++ b/src/arm/macro-assembler-arm.h
|
| @@ -835,14 +835,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.
|
|
|