diff options
-rw-r--r-- | include/llvm/ADT/ImmutableIntervalMap.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/ADT/ImmutableIntervalMap.h b/include/llvm/ADT/ImmutableIntervalMap.h index 2ab78cd4de..a552344d70 100644 --- a/include/llvm/ADT/ImmutableIntervalMap.h +++ b/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; |