Index: src/crankshaft/x64/lithium-codegen-x64.cc |
diff --git a/src/crankshaft/x64/lithium-codegen-x64.cc b/src/crankshaft/x64/lithium-codegen-x64.cc |
index 8fb05b961cefc700ca456e7e81e307d7a91207e2..244363367165d9b9056492c5f56f4d7d55653cb1 100644 |
--- a/src/crankshaft/x64/lithium-codegen-x64.cc |
+++ b/src/crankshaft/x64/lithium-codegen-x64.cc |
@@ -5593,13 +5593,6 @@ void LCodeGen::DoLoadFieldByIndex(LLoadFieldByIndex* instr) { |
__ bind(&done); |
} |
- |
-void LCodeGen::DoStoreFrameContext(LStoreFrameContext* instr) { |
- Register context = ToRegister(instr->context()); |
- __ movp(Operand(rbp, StandardFrameConstants::kContextOffset), context); |
-} |
- |
- |
#undef __ |
} // namespace internal |