| Index: src/stub-cache.h
 | 
| diff --git a/src/stub-cache.h b/src/stub-cache.h
 | 
| index f858e4722a2ded4868877034f3494977d66cccde..c562bc714c8c124641c1265bbd08952ab58aaffa 100644
 | 
| --- a/src/stub-cache.h
 | 
| +++ b/src/stub-cache.h
 | 
| @@ -681,13 +681,6 @@ class KeyedLoadStubCompiler: public StubCompiler {
 | 
|    Handle<Code> CompileLoadPolymorphic(MapHandleList* receiver_maps,
 | 
|                                        CodeHandleList* handler_ics);
 | 
|  
 | 
| -  static void GenerateLoadExternalArray(MacroAssembler* masm,
 | 
| -                                        ElementsKind elements_kind);
 | 
| -
 | 
| -  static void GenerateLoadFastElement(MacroAssembler* masm);
 | 
| -
 | 
| -  static void GenerateLoadFastDoubleElement(MacroAssembler* masm);
 | 
| -
 | 
|    static void GenerateLoadDictionaryElement(MacroAssembler* masm);
 | 
|  
 | 
|   private:
 | 
| 
 |