From b308cdbc5f49274519a31288909597af449f6683 Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Wed, 10 Oct 2007 20:45:34 +0000 Subject: [PATCH] Removed spurious forward declaration to a structure that will no longer be used. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42839 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/ADT/ImmutableSet.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/llvm/ADT/ImmutableSet.h b/include/llvm/ADT/ImmutableSet.h index 51a7ac80feb..64d626d6022 100644 --- a/include/llvm/ADT/ImmutableSet.h +++ b/include/llvm/ADT/ImmutableSet.h @@ -30,7 +30,6 @@ template class ImutAVLTreeInOrderIterator; template class ImutAVLTree : public FoldingSetNode { - struct ComputeIsEqual; public: typedef typename ImutInfo::key_type_ref key_type_ref; typedef typename ImutInfo::value_type value_type;