[llvm-commits] [llvm] r42839 - /llvm/trunk/include/llvm/ADT/ImmutableSet.h
Ted Kremenek
kremenek at apple.com
Wed Oct 10 13:45:34 PDT 2007
Author: kremenek
Date: Wed Oct 10 15:45:34 2007
New Revision: 42839
URL: http://llvm.org/viewvc/llvm-project?rev=42839&view=rev
Log:
Removed spurious forward declaration to a structure that will no longer be used.
Modified:
llvm/trunk/include/llvm/ADT/ImmutableSet.h
Modified: llvm/trunk/include/llvm/ADT/ImmutableSet.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ADT/ImmutableSet.h?rev=42839&r1=42838&r2=42839&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ADT/ImmutableSet.h (original)
+++ llvm/trunk/include/llvm/ADT/ImmutableSet.h Wed Oct 10 15:45:34 2007
@@ -30,7 +30,6 @@
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;
More information about the llvm-commits
mailing list