Removed spurious forward declaration to a structure that will no longer be used.

llvm-svn: 42839
This commit is contained in:
Ted Kremenek 2007-10-10 20:45:34 +00:00
parent 3ff2e69713
commit 4479f86c0f
1 changed files with 0 additions and 1 deletions

View File

@ -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;