Index: src/x87/lithium-x87.h |
diff --git a/src/x87/lithium-x87.h b/src/x87/lithium-x87.h |
index 5c7b5899cee49f07f17f42bb395d25bca2f6965b..a95039533f38475f441475772b1922d0c4ebd795 100644 |
--- a/src/x87/lithium-x87.h |
+++ b/src/x87/lithium-x87.h |
@@ -2704,8 +2704,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) |