Index: src/ia32/lithium-ia32.h |
diff --git a/src/ia32/lithium-ia32.h b/src/ia32/lithium-ia32.h |
index e7b0d5b429390f0e613d9b7b679b122e5e1ead2d..731f66be6c4ced5c836136c46c54af1b60015ff7 100644 |
--- a/src/ia32/lithium-ia32.h |
+++ b/src/ia32/lithium-ia32.h |
@@ -2700,8 +2700,6 @@ class LChunkBuilder V8_FINAL : public LChunkBuilderBase { |
// Build the sequence for the graph. |
LPlatformChunk* Build(); |
- LInstruction* CheckElideControlInstruction(HControlInstruction* instr); |
- |
// Declare methods that deal with the individual node types. |
#define DECLARE_DO(type) LInstruction* Do##type(H##type* node); |
HYDROGEN_CONCRETE_INSTRUCTION_LIST(DECLARE_DO) |