[llvm-commits] [llvm] r95213 - /llvm/trunk/include/llvm/ADT/ImmutableIntervalMap.h
Zhongxing Xu
xuzhongxing at gmail.com
Wed Feb 3 01:05:25 PST 2010
Author: zhongxingxu
Date: Wed Feb 3 03:05:21 2010
New Revision: 95213
URL: http://llvm.org/viewvc/llvm-project?rev=95213&view=rev
Log:
Remove redundant declaration.
Modified:
llvm/trunk/include/llvm/ADT/ImmutableIntervalMap.h
Modified: llvm/trunk/include/llvm/ADT/ImmutableIntervalMap.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ADT/ImmutableIntervalMap.h?rev=95213&r1=95212&r2=95213&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ADT/ImmutableIntervalMap.h (original)
+++ llvm/trunk/include/llvm/ADT/ImmutableIntervalMap.h Wed Feb 3 03:05:21 2010
@@ -79,8 +79,6 @@
}
};
-template <typename ImutInfo> class ImutIntervalAVLFactory;
-
template <typename ImutInfo>
class ImutIntervalAVLFactory : public ImutAVLFactory<ImutInfo> {
typedef ImutAVLTree<ImutInfo> TreeTy;
More information about the llvm-commits
mailing list