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