Index: src/x64/lithium-x64.h |
diff --git a/src/x64/lithium-x64.h b/src/x64/lithium-x64.h |
index 268940cb0ad1622aa4a4ea2a7f16ae98999396e0..b57d2511bec916346c7c18b20c08d202d807cf7e 100644 |
--- a/src/x64/lithium-x64.h |
+++ b/src/x64/lithium-x64.h |
@@ -2666,9 +2666,7 @@ class LChunkBuilder V8_FINAL : public LChunkBuilderBase { |
current_instruction_(NULL), |
current_block_(NULL), |
next_block_(NULL), |
- allocator_(allocator), |
- instruction_pending_deoptimization_environment_(NULL), |
- pending_deoptimization_ast_id_(BailoutId::None()) { } |
+ allocator_(allocator) { } |
// Build the sequence for the graph. |
LPlatformChunk* Build(); |
@@ -2813,8 +2811,6 @@ class LChunkBuilder V8_FINAL : public LChunkBuilderBase { |
HBasicBlock* current_block_; |
HBasicBlock* next_block_; |
LAllocator* allocator_; |
- LInstruction* instruction_pending_deoptimization_environment_; |
- BailoutId pending_deoptimization_ast_id_; |
DISALLOW_COPY_AND_ASSIGN(LChunkBuilder); |
}; |