| Index: src/ia32/macro-assembler-ia32.h
|
| diff --git a/src/ia32/macro-assembler-ia32.h b/src/ia32/macro-assembler-ia32.h
|
| index 7caa8a327fc11a4938c42d0e50f8da2dd9f8aac7..8be027477b97ae18f468620feec8498c04fc0b48 100644
|
| --- a/src/ia32/macro-assembler-ia32.h
|
| +++ b/src/ia32/macro-assembler-ia32.h
|
| @@ -648,14 +648,6 @@ class MacroAssembler: public Assembler {
|
| // |temp| holds |result|'s map when done.
|
| void GetMapConstructor(Register result, Register map, Register temp);
|
|
|
| - // 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);
|
| -
|
| // ---------------------------------------------------------------------------
|
| // Runtime calls
|
|
|
|
|