diff options
author | Zhongxing Xu <xuzhongxing@gmail.com> | 2010-02-03 09:05:21 +0000 |
---|---|---|
committer | Zhongxing Xu <xuzhongxing@gmail.com> | 2010-02-03 09:05:21 +0000 |
commit | 1d037b0272233aad4fba386eaba2d827e3984401 (patch) | |
tree | f79a6c00afc82c1ac56fdb20813afe396e69e82a | |
parent | 1c8bd7dc0a9d6de3a4ff850fc5ba15265f2a6d33 (diff) |
Remove redundant declaration.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95213 91177308-0d34-0410-b5e6-96231b3b80d8
-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; |