forked from OSchip/llvm-project
parent
dcfa2576b0
commit
f5e0e3c3a7
|
@ -79,8 +79,6 @@ struct ImutIntervalInfo {
|
|||
}
|
||||
};
|
||||
|
||||
template <typename ImutInfo> class ImutIntervalAVLFactory;
|
||||
|
||||
template <typename ImutInfo>
|
||||
class ImutIntervalAVLFactory : public ImutAVLFactory<ImutInfo> {
|
||||
typedef ImutAVLTree<ImutInfo> TreeTy;
|
||||
|
|
Loading…
Reference in New Issue