| Index: src/x64/code-stubs-x64.h
|
| diff --git a/src/x64/code-stubs-x64.h b/src/x64/code-stubs-x64.h
|
| index ffa3f4d202b4357c9e77ca5101ccd737aaf8ffd4..34435d72da72e23ad35d5c20c1f0c7c31999430a 100644
|
| --- a/src/x64/code-stubs-x64.h
|
| +++ b/src/x64/code-stubs-x64.h
|
| @@ -430,16 +430,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,
|
|
|