Index: src/ia32/code-stubs-ia32.h |
diff --git a/src/ia32/code-stubs-ia32.h b/src/ia32/code-stubs-ia32.h |
index 5c8eca37b5bd966cb15ae4f61c9da0afef2f328f..f36cd610cac10d06b4d4553a353d0f9ecdaad1cb 100644 |
--- a/src/ia32/code-stubs-ia32.h |
+++ b/src/ia32/code-stubs-ia32.h |
@@ -221,18 +221,6 @@ class NumberToStringStub: public PlatformCodeStub { |
public: |
NumberToStringStub() { } |
- // Generate code to do a lookup in the number string cache. If the number in |
- // the register object is found in the cache the generated code falls through |
- // with the result in the result register. The object and the result register |
- // can be the same. If the number is not found in the cache the code jumps to |
- // the label not_found with only the content of register object unchanged. |
- static void GenerateLookupNumberStringCache(MacroAssembler* masm, |
- Register object, |
- Register result, |
- Register scratch1, |
- Register scratch2, |
- Label* not_found); |
- |
private: |
Major MajorKey() { return NumberToString; } |
int MinorKey() { return 0; } |