summaryrefslogtreecommitdiffstats
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
commitf5e0e3c3a7c80355604d739703cd7d3fe5f8966a (patch)
treea409c7844cd515ba0f74ec5a1185f58a561a1d2e
parentdcfa2576b0d21c555aed50027e9132de58c3bc4d (diff)
downloadbcm5719-llvm-f5e0e3c3a7c80355604d739703cd7d3fe5f8966a.tar.gz
bcm5719-llvm-f5e0e3c3a7c80355604d739703cd7d3fe5f8966a.zip
Remove redundant declaration.
llvm-svn: 95213
-rw-r--r--llvm/include/llvm/ADT/ImmutableIntervalMap.h2
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;
OpenPOWER on IntegriCloud