Remove unused typedefs gcc4.8 warns about.
[oota-llvm.git] / include / llvm / Analysis / LoopInfoImpl.h
index c07fbf7aa82739ee742b66d4d0a7d64b8ccc74a0..3bb96f96bf520889b85928851d6865e74f7368a9 100644 (file)
@@ -145,7 +145,6 @@ BlockT *LoopBase<BlockT, LoopT>::getLoopPredecessor() const {
 
   // Loop over the predecessors of the header node...
   BlockT *Header = getHeader();
-  typedef GraphTraits<BlockT*> BlockTraits;
   typedef GraphTraits<Inverse<BlockT*> > InvBlockTraits;
   for (typename InvBlockTraits::ChildIteratorType PI =
          InvBlockTraits::child_begin(Header),