Index: src/hydrogen-instructions.h |
diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h |
index 9bd0b90b4c3b55b0b958cfeb0ee4b59e7dd52a42..dd7781bca0a657932fe327def7e586aae10a3cbd 100644 |
--- a/src/hydrogen-instructions.h |
+++ b/src/hydrogen-instructions.h |
@@ -1579,9 +1579,6 @@ class HForceRepresentation V8_FINAL : public HTemplateInstruction<1> { |
DECLARE_CONCRETE_INSTRUCTION(ForceRepresentation) |
- protected: |
- virtual int RedefinedOperandIndex() { return 0; } |
- |
private: |
HForceRepresentation(HValue* value, Representation required_representation) { |
SetOperandAt(0, value); |