| Index: src/mips/ic-mips.cc
|
| diff --git a/src/mips/ic-mips.cc b/src/mips/ic-mips.cc
|
| index 6d29c1ed5325a921fa80e9e44795556ca0709ce5..4409bb98ac5e66ed413002333e36d3eec090eb79 100644
|
| --- a/src/mips/ic-mips.cc
|
| +++ b/src/mips/ic-mips.cc
|
| @@ -230,23 +230,6 @@ void LoadIC::GenerateArrayLength(MacroAssembler* masm) {
|
| }
|
|
|
|
|
| -void LoadIC::GenerateStringLength(MacroAssembler* masm, bool support_wrappers) {
|
| - // ----------- S t a t e -------------
|
| - // -- a2 : name
|
| - // -- lr : return address
|
| - // -- a0 : receiver
|
| - // -- sp[0] : receiver
|
| - // -----------------------------------
|
| - Label miss;
|
| -
|
| - StubCompiler::GenerateLoadStringLength(masm, a0, a1, a3, &miss,
|
| - support_wrappers);
|
| - // Cache miss: Jump to runtime.
|
| - __ bind(&miss);
|
| - StubCompiler::GenerateLoadMiss(masm, Code::LOAD_IC);
|
| -}
|
| -
|
| -
|
| void LoadIC::GenerateFunctionPrototype(MacroAssembler* masm) {
|
| // ----------- S t a t e -------------
|
| // -- a2 : name
|
|
|