We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45a2214 commit 91a48b1Copy full SHA for 91a48b1
llvm/include/llvm/ADT/SmallSet.h
@@ -36,7 +36,6 @@ class SmallSetIterator
36
private:
37
using SetIterTy = typename std::set<T, C>::const_iterator;
38
using VecIterTy = typename SmallVector<T, N>::const_iterator;
39
- using SelfTy = SmallSetIterator<T, N, C>;
40
41
/// Iterators to the parts of the SmallSet containing the data. They are set
42
/// depending on isSmall.
0 commit comments