From ad4aa7873f5ba631a72bb25c41254a26b01ee513 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Fri, 3 Feb 2012 13:30:48 +0100 Subject: [PATCH] remove unused variables --- test/geo_transformations.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/geo_transformations.cpp b/test/geo_transformations.cpp index 3aa70a3af..9156954a2 100644 --- a/test/geo_transformations.cpp +++ b/test/geo_transformations.cpp @@ -122,9 +122,7 @@ template void transformations() typedef Translation Translation3; Vector3 v0 = Vector3::Random(), - v1 = Vector3::Random(), - v2 = Vector3::Random(); - Vector2 u0 = Vector2::Random(); + v1 = Vector3::Random(); Matrix3 matrot1, m; Scalar a = internal::random(-Scalar(M_PI), Scalar(M_PI));