| Index: src/crankshaft/mips64/lithium-codegen-mips64.h
 | 
| diff --git a/src/crankshaft/mips64/lithium-codegen-mips64.h b/src/crankshaft/mips64/lithium-codegen-mips64.h
 | 
| index 41d8b2c031dda23245daff500da6288928c9324d..aaa2e6be17e2212908dc4fe8315aa939fe1a5663 100644
 | 
| --- a/src/crankshaft/mips64/lithium-codegen-mips64.h
 | 
| +++ b/src/crankshaft/mips64/lithium-codegen-mips64.h
 | 
| @@ -343,8 +343,6 @@ class LCodeGen: public LCodeGenBase {
 | 
|  
 | 
|    template <class T>
 | 
|    void EmitVectorLoadICRegisters(T* instr);
 | 
| -  template <class T>
 | 
| -  void EmitVectorStoreICRegisters(T* instr);
 | 
|  
 | 
|    ZoneList<Deoptimizer::JumpTableEntry*> jump_table_;
 | 
|    Scope* const scope_;
 | 
| 
 |