Index: src/crankshaft/mips64/lithium-mips64.cc |
diff --git a/src/crankshaft/mips64/lithium-mips64.cc b/src/crankshaft/mips64/lithium-mips64.cc |
index 09f838176f8cc3de780ae17cbd9ff6de4e17197f..9ad878aaed9c13ad8bcaaba36f3ef870703de1ac 100644 |
--- a/src/crankshaft/mips64/lithium-mips64.cc |
+++ b/src/crankshaft/mips64/lithium-mips64.cc |
@@ -2513,13 +2513,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 |