aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhongxing Xu <xuzhongxing@gmail.com>2010-02-03 09:05:21 +0000
committerZhongxing Xu <xuzhongxing@gmail.com>2010-02-03 09:05:21 +0000
commitb806148187ffc2e5569e020a4abda23dea68612c (patch)
treef79a6c00afc82c1ac56fdb20813afe396e69e82a
parent058c9d32ff20f20ee7cda19c9d056a2cd45dec08 (diff)
downloadexternal_llvm-b806148187ffc2e5569e020a4abda23dea68612c.zip
external_llvm-b806148187ffc2e5569e020a4abda23dea68612c.tar.gz
external_llvm-b806148187ffc2e5569e020a4abda23dea68612c.tar.bz2
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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/ADT/ImmutableIntervalMap.h b/include/llvm/ADT/ImmutableIntervalMap.h
index 2ab78cd..a552344 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;