Skip to content

Commit 91a48b1

Browse files
[ADT] Remove an unused private "using" directive (llvm#157020)
SmallSetIterator::SelfTy is not used anywhere.
1 parent 45a2214 commit 91a48b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/include/llvm/ADT/SmallSet.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ class SmallSetIterator
3636
private:
3737
using SetIterTy = typename std::set<T, C>::const_iterator;
3838
using VecIterTy = typename SmallVector<T, N>::const_iterator;
39-
using SelfTy = SmallSetIterator<T, N, C>;
4039

4140
/// Iterators to the parts of the SmallSet containing the data. They are set
4241
/// depending on isSmall.

0 commit comments

Comments
 (0)