| Index: src/crankshaft/lithium.h
|
| diff --git a/src/crankshaft/lithium.h b/src/crankshaft/lithium.h
|
| index d04bd5674a39e81a5e03ee374ad159690b1275fb..e5c7b52fa5f8a33adec432b209adc96031dabc69 100644
|
| --- a/src/crankshaft/lithium.h
|
| +++ b/src/crankshaft/lithium.h
|
| @@ -344,7 +344,6 @@ typedef LSubKindOperand<LOperand::type, number> L##name;
|
| LITHIUM_OPERAND_LIST(LITHIUM_TYPEDEF_SUBKIND_OPERAND_CLASS)
|
| #undef LITHIUM_TYPEDEF_SUBKIND_OPERAND_CLASS
|
|
|
| -
|
| class LParallelMove final : public ZoneObject {
|
| public:
|
| explicit LParallelMove(Zone* zone) : move_operands_(4, zone) { }
|
| @@ -363,7 +362,6 @@ class LParallelMove final : public ZoneObject {
|
| ZoneList<LMoveOperands> move_operands_;
|
| };
|
|
|
| -
|
| class LPointerMap final : public ZoneObject {
|
| public:
|
| explicit LPointerMap(Zone* zone)
|
| @@ -396,7 +394,6 @@ class LPointerMap final : public ZoneObject {
|
| int lithium_position_;
|
| };
|
|
|
| -
|
| class LEnvironment final : public ZoneObject {
|
| public:
|
| LEnvironment(Handle<JSFunction> closure,
|
|
|