Index: src/arm/lithium-arm.h |
diff --git a/src/arm/lithium-arm.h b/src/arm/lithium-arm.h |
index 71a20f4ae9d2dd58858de511b7b865e3a26add93..52c479910286248a45ad27f63712ece5a8393c38 100644 |
--- a/src/arm/lithium-arm.h |
+++ b/src/arm/lithium-arm.h |
@@ -2714,8 +2714,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) |