| Index: src/crankshaft/ia32/lithium-ia32.cc
|
| diff --git a/src/crankshaft/ia32/lithium-ia32.cc b/src/crankshaft/ia32/lithium-ia32.cc
|
| index 24668ac51a2df9202a8e841199e71178acca7224..17232cd2acf1230a3d24b1572931d83a5f49b742 100644
|
| --- a/src/crankshaft/ia32/lithium-ia32.cc
|
| +++ b/src/crankshaft/ia32/lithium-ia32.cc
|
| @@ -2625,13 +2625,6 @@ LInstruction* LChunkBuilder::DoLoadFieldByIndex(HLoadFieldByIndex* instr) {
|
| return AssignPointerMap(result);
|
| }
|
|
|
| -
|
| -LInstruction* LChunkBuilder::DoStoreFrameContext(HStoreFrameContext* instr) {
|
| - LOperand* context = UseRegisterAtStart(instr->context());
|
| - return new(zone()) LStoreFrameContext(context);
|
| -}
|
| -
|
| -
|
| } // namespace internal
|
| } // namespace v8
|
|
|
|
|