Index: src/arm/lithium-arm.h |
diff --git a/src/arm/lithium-arm.h b/src/arm/lithium-arm.h |
index cc461d0ff639f8452d369434d246e058f46e5064..7adc172caab0749e144325b39b4f4814755d2bc4 100644 |
--- a/src/arm/lithium-arm.h |
+++ b/src/arm/lithium-arm.h |
@@ -1653,8 +1653,7 @@ class LCheckFunction: public LUnaryOperation { |
class LCheckInstanceType: public LUnaryOperation { |
public: |
- LCheckInstanceType(LOperand* use, LOperand* temp) |
- : LUnaryOperation(use), temp_(temp) { } |
+ LCheckInstanceType(LOperand* use) : LUnaryOperation(use) { } |
DECLARE_CONCRETE_INSTRUCTION(CheckInstanceType, "check-instance-type") |
DECLARE_HYDROGEN_ACCESSOR(CheckInstanceType) |