Remove redundant declaration.
authorZhongxing Xu <xuzhongxing@gmail.com>
Wed, 3 Feb 2010 09:05:21 +0000 (09:05 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Wed, 3 Feb 2010 09:05:21 +0000 (09:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95213 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ADT/ImmutableIntervalMap.h

index 2ab78cd4deba73860c06ea338d77e8f9cdac9e65..a552344d7091a7c90f2abd3ece4e3fd02923a46f 100644 (file)
@@ -79,8 +79,6 @@ struct ImutIntervalInfo {
   }
 };
 
-template <typename ImutInfo> class ImutIntervalAVLFactory;
-
 template <typename ImutInfo>
 class ImutIntervalAVLFactory : public ImutAVLFactory<ImutInfo> {
   typedef ImutAVLTree<ImutInfo> TreeTy;