diff --git a/include/Support/STLExtras.h b/include/Support/STLExtras.h index 1a53768317c..233b7438a4d 100644 --- a/include/Support/STLExtras.h +++ b/include/Support/STLExtras.h @@ -73,8 +73,6 @@ static inline void deleter(T *Ptr) { // mapped_iterator - This is a simple iterator adapter that causes a function to // be dereferenced whenever operator* is invoked on the iterator. // -// It turns out that this is disturbingly similar to boost::transform_iterator -// template class mapped_iterator { RootIt current;