forked from OSchip/llvm-project
Removed spurious forward declaration to a structure that will no longer be used.
llvm-svn: 42839
This commit is contained in:
parent
3ff2e69713
commit
4479f86c0f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue