Index: src/compiler/instruction-selector.h |
diff --git a/src/compiler/instruction-selector.h b/src/compiler/instruction-selector.h |
index 237f8962ba54a7d1c802fe030054e24d2e5e37cf..e4cdb20799a7ff750197d13d0dbd59009fb40b48 100644 |
--- a/src/compiler/instruction-selector.h |
+++ b/src/compiler/instruction-selector.h |
@@ -176,13 +176,6 @@ class InstructionSelector final { |
FrameStateDescriptor* GetFrameStateDescriptor(Node* node); |
- enum class FrameStateInputKind { kAny, kStackSlot }; |
- void AddFrameStateInputs(Node* state, InstructionOperandVector* inputs, |
- FrameStateDescriptor* descriptor, |
- FrameStateInputKind kind); |
- static InstructionOperand OperandForDeopt(OperandGenerator* g, Node* input, |
- FrameStateInputKind kind); |
- |
// =========================================================================== |
// ============= Architecture-specific graph covering methods. =============== |
// =========================================================================== |