summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2007-10-10 20:45:34 +0000
committerTed Kremenek <kremenek@apple.com>2007-10-10 20:45:34 +0000
commitb308cdbc5f49274519a31288909597af449f6683 (patch)
treebf531b2188e99e9a99a2f5201892dcb3389acb5b
parentea34bc892c5341d1bbe49101ecab1d878ab8b621 (diff)
downloadexternal_llvm-b308cdbc5f49274519a31288909597af449f6683.zip
external_llvm-b308cdbc5f49274519a31288909597af449f6683.tar.gz
external_llvm-b308cdbc5f49274519a31288909597af449f6683.tar.bz2
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
-rw-r--r--include/llvm/ADT/ImmutableSet.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/ADT/ImmutableSet.h b/include/llvm/ADT/ImmutableSet.h
index 51a7ac8..64d626d 100644
--- a/include/llvm/ADT/ImmutableSet.h
+++ b/include/llvm/ADT/ImmutableSet.h
@@ -30,7 +30,6 @@ template <typename ImutInfo> class ImutAVLTreeInOrderIterator;
template <typename ImutInfo >
class ImutAVLTree : public FoldingSetNode {
- struct ComputeIsEqual;
public:
typedef typename ImutInfo::key_type_ref key_type_ref;
typedef typename ImutInfo::value_type value_type;