diff options
Diffstat (limited to 'include/llvm/ADT/ImmutableSet.h')
-rw-r--r-- | include/llvm/ADT/ImmutableSet.h | 1 |
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; |