| Index: src/ia32/macro-assembler-ia32.h
|
| ===================================================================
|
| --- src/ia32/macro-assembler-ia32.h (revision 4088)
|
| +++ src/ia32/macro-assembler-ia32.h (working copy)
|
| @@ -179,9 +179,6 @@
|
| // Abort execution if argument is not a number. Used in debug code.
|
| void AbortIfNotNumber(Register object, const char* msg);
|
|
|
| - // Abort execution if argument is not a smi. Used in debug code.
|
| - void AbortIfNotSmi(Register object, const char* msg);
|
| -
|
| // ---------------------------------------------------------------------------
|
| // Exception handling
|
|
|
|
|