Remove redundant declaration.

llvm-svn: 95213
This commit is contained in:
Zhongxing Xu 2010-02-03 09:05:21 +00:00
parent 07020ea237
commit bbb98cd401

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;