| Index: src/ia32/lithium-ia32.h
|
| diff --git a/src/ia32/lithium-ia32.h b/src/ia32/lithium-ia32.h
|
| index 44210b0963c5a1a5e56106dbad3cdd95b891d6a2..10ed35d7b4606cc69f0a47801bfb9707601cf7a2 100644
|
| --- a/src/ia32/lithium-ia32.h
|
| +++ b/src/ia32/lithium-ia32.h
|
| @@ -1883,11 +1883,6 @@ class LCallWithDescriptor V8_FINAL : public LTemplateResultInstruction<1> {
|
| const CallInterfaceDescriptor* descriptor_;
|
| ZoneList<LOperand*> inputs_;
|
|
|
| - virtual void InternalSetOperandAt(int index,
|
| - LOperand* value) V8_FINAL V8_OVERRIDE {
|
| - inputs_[index] = value;
|
| - }
|
| -
|
| // Iterator support.
|
| virtual int InputCount() V8_FINAL V8_OVERRIDE { return inputs_.length(); }
|
| virtual LOperand* InputAt(int i) V8_FINAL V8_OVERRIDE { return inputs_[i]; }
|
|
|