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/geo_transformations.cpp | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'test/geo_transformations.cpp') diff --git a/test/geo_transformations.cpp b/test/geo_transformations.cpp index 89b09e5d4..35ae67ebe 100644 --- a/test/geo_transformations.cpp +++ b/test/geo_transformations.cpp @@ -17,22 +17,11 @@ template void non_projective_only() /* this test covers the following files: Cross.h Quaternion.h, Transform.cpp */ - typedef Matrix Matrix2; - typedef Matrix Matrix3; - typedef Matrix Matrix4; - typedef Matrix Vector2; typedef Matrix Vector3; - typedef Matrix Vector4; typedef Quaternion Quaternionx; typedef AngleAxis AngleAxisx; - typedef Transform Transform2; typedef Transform Transform3; - typedef Transform Isometry2; - typedef Transform Isometry3; - typedef typename Transform3::MatrixType MatrixType; - typedef DiagonalMatrix AlignedScaling2; typedef DiagonalMatrix AlignedScaling3; - typedef Translation Translation2; typedef Translation Translation3; Vector3 v0 = Vector3::Random(), @@ -90,7 +79,6 @@ template void transformations() */ using std::cos; using std::abs; - typedef Matrix Matrix2; typedef Matrix Matrix3; typedef Matrix Matrix4; typedef Matrix Vector2; @@ -100,10 +88,7 @@ template void transformations() typedef AngleAxis AngleAxisx; typedef Transform Transform2; typedef Transform Transform3; - typedef Transform Isometry2; - typedef Transform Isometry3; typedef typename Transform3::MatrixType MatrixType; - typedef DiagonalMatrix AlignedScaling2; typedef DiagonalMatrix AlignedScaling3; typedef Translation Translation2; typedef Translation Translation3; -- cgit v1.2.3