Remove unused typedef.
authorLang Hames <lhames@gmail.com>
Mon, 29 Oct 2012 04:57:52 +0000 (04:57 +0000)
committerLang Hames <lhames@gmail.com>
Mon, 29 Oct 2012 04:57:52 +0000 (04:57 +0000)
llvm-svn: 166910

llvm/lib/CodeGen/RegAllocPBQP.cpp

index 9320993..02ebce7 100644 (file)
@@ -118,7 +118,6 @@ private:
   typedef std::vector<AllowedSet> AllowedSetMap;
   typedef std::pair<unsigned, unsigned> RegPair;
   typedef std::map<RegPair, PBQP::PBQPNum> CoalesceMap;
-  typedef std::vector<PBQP::Graph::NodeItr> NodeVector;
   typedef std::set<unsigned> RegSet;