Remove unused typedef causing compilation warning. (#528)

This commit is contained in:
r2r0 2022-04-07 18:23:53 +02:00 committed by GitHub
parent 6780a56f52
commit 582d4c2b40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -295,8 +295,6 @@ namespace etl
typename etl::enable_if<etl::is_pointer<TIterator>::value, void>::type
reverse(TIterator b, TIterator e)
{
typedef typename etl::iterator_traits<TIterator>::value_type value_type;
if (b != e)
{
while (b < --e)