| Index: src/hydrogen-instructions.h
|
| diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h
|
| index 771197d514473b55b9881f7d05dcf7c2c333df5e..6f56c7639148282471bfd4ce0ebfeb3be9b6ce5e 100644
|
| --- a/src/hydrogen-instructions.h
|
| +++ b/src/hydrogen-instructions.h
|
| @@ -2242,9 +2242,6 @@ class HCallJSFunction final : public HCall<1> {
|
| };
|
|
|
|
|
| -enum CallMode { NORMAL_CALL, TAIL_CALL };
|
| -
|
| -
|
| class HCallWithDescriptor final : public HInstruction {
|
| public:
|
| static HCallWithDescriptor* New(Isolate* isolate, Zone* zone, HValue* context,
|
|
|