| Index: src/compiler/instruction-selector.h
|
| diff --git a/src/compiler/instruction-selector.h b/src/compiler/instruction-selector.h
|
| index 92979beb8e72c8fa5987c16aa0ae0389104c37a1..937ed4db34f2497686e1f12ed1b50f255c85c108 100644
|
| --- a/src/compiler/instruction-selector.h
|
| +++ b/src/compiler/instruction-selector.h
|
| @@ -173,7 +173,6 @@ class InstructionSelector FINAL {
|
| FrameStateDescriptor* GetFrameStateDescriptor(Node* node);
|
| void AddFrameStateInputs(Node* state, InstructionOperandVector* inputs,
|
| FrameStateDescriptor* descriptor);
|
| - MachineType GetMachineType(Node* node);
|
|
|
| // ===========================================================================
|
| // ============= Architecture-specific graph covering methods. ===============
|
|
|