Remove redundant declaration.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95213 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Zhongxing Xu 2010-02-03 09:05:21 +00:00
parent 1c8bd7dc0a
commit 1d037b0272

View File

@ -79,8 +79,6 @@ struct ImutIntervalInfo {
}
};
template <typename ImutInfo> class ImutIntervalAVLFactory;
template <typename ImutInfo>
class ImutIntervalAVLFactory : public ImutAVLFactory<ImutInfo> {
typedef ImutAVLTree<ImutInfo> TreeTy;