diff --git a/llvm/include/llvm/ADT/SmallSet.h b/llvm/include/llvm/ADT/SmallSet.h index 7d8c328758d53..0e90293352630 100644 --- a/llvm/include/llvm/ADT/SmallSet.h +++ b/llvm/include/llvm/ADT/SmallSet.h @@ -36,7 +36,6 @@ class SmallSetIterator private: using SetIterTy = typename std::set::const_iterator; using VecIterTy = typename SmallVector::const_iterator; - using SelfTy = SmallSetIterator; /// Iterators to the parts of the SmallSet containing the data. They are set /// depending on isSmall.