Silence warnings in tests about unused variables and local typedefs.

This commit is contained in:
Andrey Semashev
2017-08-26 20:39:26 +03:00
parent eaf1a48583
commit 2b6b6bf8ad
2 changed files with 8 additions and 1 deletions

View File

@ -153,7 +153,6 @@ template <class CountingIterator, class Value>
void test_aux(CountingIterator start, CountingIterator finish, Value v1)
{
typedef typename CountingIterator::iterator_category category;
typedef typename CountingIterator::value_type value_type;
// If it's a RandomAccessIterator we can do a few delicate tests
category_test(start, finish, v1, category());