Index: src/ia32/code-stubs-ia32.h |
diff --git a/src/ia32/code-stubs-ia32.h b/src/ia32/code-stubs-ia32.h |
index 8775344a5fe29d65d000c9027937143b72ab78a1..692cbcf90674f0f7101b9c3fc119a550f572d5de 100644 |
--- a/src/ia32/code-stubs-ia32.h |
+++ b/src/ia32/code-stubs-ia32.h |
@@ -428,16 +428,6 @@ class StringDictionaryLookupStub: public CodeStub { |
Handle<String> name, |
Register r0); |
- // TODO(kmillikin): Eliminate this function when the stub cache is fully |
- // handlified. |
- MUST_USE_RESULT static MaybeObject* TryGenerateNegativeLookup( |
- MacroAssembler* masm, |
- Label* miss, |
- Label* done, |
- Register properties, |
- String* name, |
- Register r0); |
- |
static void GeneratePositiveLookup(MacroAssembler* masm, |
Label* miss, |
Label* done, |