Reviewers: Sven Panne,

Description:
[turbofan] Remove unused typedef VirtualRegisterSet.

[email protected]

Please review this at https://codereview.chromium.org/1179913003/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+0, -1 lines):
  M src/compiler/instruction.h


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_;


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to