Index: src/compiler/instruction.h |
diff --git a/src/compiler/instruction.h b/src/compiler/instruction.h |
index a107638b75b38c6bb5db2f90213103021b46d4d5..eff5099f96f9a0283be8b992666b3be01c056874 100644 |
--- a/src/compiler/instruction.h |
+++ b/src/compiler/instruction.h |
@@ -1173,7 +1173,6 @@ class InstructionSequence final : public ZoneObject { |
friend std::ostream& operator<<(std::ostream& os, |
const PrintableInstructionSequence& code); |
- typedef std::set<int, std::less<int>, ZoneIntAllocator> VirtualRegisterSet; |
typedef ZoneMap<const Instruction*, SourcePosition> SourcePositionMap; |
Isolate* isolate_; |