Remove comment about non-matching from rstl::erase (see previous commit)

This commit is contained in:
Phillip Stephens
2026-01-20 00:41:23 -08:00
parent ccda80172c
commit 290f80ee4e
-1
View File
@@ -219,7 +219,6 @@ typename vector< T, Alloc >::iterator vector< T, Alloc >::erase(iterator it) {
return erase(it, it + 1);
}
// TODO nonmatching (CCameraManager::RemoveCinemaCamera)
template < typename T, typename Alloc >
typename vector< T, Alloc >::iterator vector< T, Alloc >::erase(iterator first, iterator last) {
destroy(first, last);