Index: src/compiler/instruction-selector.h |
diff --git a/src/compiler/instruction-selector.h b/src/compiler/instruction-selector.h |
index 8d62b9676d76ea657b165a84d4c65b0ffceb171c..9804cff3c20ee5d0cdf3689cb76f0c5dbf167940 100644 |
--- a/src/compiler/instruction-selector.h |
+++ b/src/compiler/instruction-selector.h |
@@ -25,9 +25,6 @@ class Linkage; |
class OperandGenerator; |
struct SwitchInfo; |
-typedef ZoneVector<InstructionOperand> InstructionOperandVector; |
- |
- |
// Instruction selection generates an InstructionSequence for a given Schedule. |
class InstructionSelector final { |
public: |