From dc3712c87380ffa106e8a704ccafb753e1c7dd64 Mon Sep 17 00:00:00 2001 From: bmeurer Date: Sun, 14 Jun 2015 23:07:45 -0700 Subject: [PATCH] [turbofan] Remove unused typedef VirtualRegisterSet. TBR=svenpanne@chromium.org Review URL: https://codereview.chromium.org/1179913003 Cr-Commit-Position: refs/heads/master@{#29010} --- src/compiler/instruction.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/compiler/instruction.h b/src/compiler/instruction.h index a107638..eff5099 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, ZoneIntAllocator> VirtualRegisterSet; typedef ZoneMap SourcePositionMap; Isolate* isolate_; -- 2.7.4