diff options
-rw-r--r-- | llvm/include/llvm/ADT/ImmutableIntervalMap.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/include/llvm/ADT/ImmutableIntervalMap.h b/llvm/include/llvm/ADT/ImmutableIntervalMap.h index 2ab78cd4deb..a552344d709 100644 --- a/llvm/include/llvm/ADT/ImmutableIntervalMap.h +++ b/llvm/include/llvm/ADT/ImmutableIntervalMap.h @@ -79,8 +79,6 @@ struct ImutIntervalInfo { } }; -template <typename ImutInfo> class ImutIntervalAVLFactory; - template <typename ImutInfo> class ImutIntervalAVLFactory : public ImutAVLFactory<ImutInfo> { typedef ImutAVLTree<ImutInfo> TreeTy; |