summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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