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 1ad8ed0ad3a0707b634adc5f8f6a7b2d65d99cf5..e417eaaeb19b729cccd068813c902a5b4d2c90fb 100644 |
--- a/src/crankshaft/x64/lithium-codegen-x64.cc |
+++ b/src/crankshaft/x64/lithium-codegen-x64.cc |
@@ -66,9 +66,6 @@ void LCodeGen::FinishCode(Handle<Code> code) { |
DCHECK(is_done()); |
code->set_stack_slots(GetTotalFrameSlotCount()); |
code->set_safepoint_table_offset(safepoints_.GetCodeOffset()); |
- Handle<ByteArray> source_positions = |
- source_position_table_builder_.ToSourcePositionTable(); |
- code->set_source_position_table(*source_positions); |
PopulateDeoptimizationData(code); |
} |