Chromium Code Reviews| Index: src/arm/code-stubs-arm.cc |
| =================================================================== |
| --- src/arm/code-stubs-arm.cc (revision 8575) |
| +++ src/arm/code-stubs-arm.cc (working copy) |
| @@ -304,12 +304,6 @@ |
| } |
| void Generate(MacroAssembler* masm); |
| - |
| - const char* GetName() { return "ConvertToDoubleStub"; } |
| - |
| -#ifdef DEBUG |
| - void Print() { PrintF("ConvertToDoubleStub\n"); } |
| -#endif |
| }; |