From: Zhongxing Xu Date: Wed, 3 Feb 2010 09:05:21 +0000 (+0000) Subject: Remove redundant declaration. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1d037b0272233aad4fba386eaba2d827e3984401;p=oota-llvm.git Remove redundant declaration. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95213 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/ADT/ImmutableIntervalMap.h b/include/llvm/ADT/ImmutableIntervalMap.h index 2ab78cd4deb..a552344d709 100644 --- a/include/llvm/ADT/ImmutableIntervalMap.h +++ b/include/llvm/ADT/ImmutableIntervalMap.h @@ -79,8 +79,6 @@ struct ImutIntervalInfo { } }; -template class ImutIntervalAVLFactory; - template class ImutIntervalAVLFactory : public ImutAVLFactory { typedef ImutAVLTree TreeTy;