remove two unneeded forward declarations, pointed out by Gabor.
authorChris Lattner <sabre@nondot.org>
Tue, 9 Dec 2008 02:10:10 +0000 (02:10 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 9 Dec 2008 02:10:10 +0000 (02:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60735 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/BasicBlock.h

index fd729acd28dd7412ea5e571ebca8bf589f35917f..ff45800f1e561d4780b1f6812a5b4bb41c8096ba 100644 (file)
@@ -22,8 +22,6 @@
 namespace llvm {
 
 class TerminatorInst;
-template <class Term, class BB> class SuccIterator;  // Successor Iterator
-template <class Ptr, class USE_iterator> class PredIterator;
 
 template<> struct ilist_traits<Instruction>
   : public SymbolTableListTraits<Instruction, BasicBlock> {