From 899c0c2b6c723b4b6e324fd8c157e53039c54f67 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 10 Apr 2013 22:27:35 +0200 Subject: Clean source code and unit tests with respect to -Wunused-local-typedefs --- test/ref.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'test/ref.cpp') diff --git a/test/ref.cpp b/test/ref.cpp index 9c24f3a4f..7c0ccafcf 100644 --- a/test/ref.cpp +++ b/test/ref.cpp @@ -146,9 +146,6 @@ template void ref_vector(const VectorType& m) template void check_const_correctness(const PlainObjectType&) { - typedef typename PlainObjectType::Index Index; - typedef typename PlainObjectType::Scalar Scalar; - // verify that ref-to-const don't have LvalueBit typedef typename internal::add_const::type ConstPlainObjectType; VERIFY( !(internal::traits >::Flags & LvalueBit) ); -- cgit v1.2.3