From 1d037b0272233aad4fba386eaba2d827e3984401 Mon Sep 17 00:00:00 2001 From: Zhongxing Xu Date: Wed, 3 Feb 2010 09:05:21 +0000 Subject: [PATCH] Remove redundant declaration. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95213 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/ADT/ImmutableIntervalMap.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/llvm/ADT/ImmutableIntervalMap.h b/include/llvm/ADT/ImmutableIntervalMap.h index 2ab78cd4deb..a552344d709 100644 --- a/include/llvm/ADT/ImmutableIntervalMap.h +++ b/include/llvm/ADT/ImmutableIntervalMap.h @@ -79,8 +79,6 @@ struct ImutIntervalInfo { } }; -template class ImutIntervalAVLFactory; - template class ImutIntervalAVLFactory : public ImutAVLFactory { typedef ImutAVLTree TreeTy; -- 2.34.1