Skip to content

Commit 869a6d5

Browse files
committed
Remove unused typedef
1 parent c59959d commit 869a6d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libcxx/test/std/containers/sequences/vector/vector.modifiers/erase_iter.pass.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ TEST_CONSTEXPR_CXX20 void tests() {
2626
T arr[] = {T(1), T(2), T(3), T(4), T(5)};
2727
using Vector = std::vector<T, Allocator<T> >;
2828
using Iterator = typename Vector::iterator;
29-
using ConstIterator = typename Vector::const_iterator;
3029

3130
{
3231
Vector v(arr, arr + 5);

0 commit comments

Comments
 (0)