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/prec_inverse_4x4.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'test/prec_inverse_4x4.cpp') diff --git a/test/prec_inverse_4x4.cpp b/test/prec_inverse_4x4.cpp index 9bab30a25..c4ef2d4bd 100644 --- a/test/prec_inverse_4x4.cpp +++ b/test/prec_inverse_4x4.cpp @@ -14,7 +14,6 @@ template void inverse_permutation_4x4() { typedef typename MatrixType::Scalar Scalar; - typedef typename MatrixType::RealScalar RealScalar; Vector4i indices(0,1,2,3); for(int i = 0; i < 24; ++i) { -- cgit v1.2.3