Remove redundant declaration.

llvm-svn: 95213
This commit is contained in:
Zhongxing Xu 2010-02-03 09:05:21 +00:00
parent dcfa2576b0
commit f5e0e3c3a7
1 changed files with 0 additions and 2 deletions

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;