aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/geo_transformations.cpp
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2012-02-03 13:30:48 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2012-02-03 13:30:48 +0100
commitad4aa7873f5ba631a72bb25c41254a26b01ee513 (patch)
tree95828ed1a0267064f40fd72d38196226679f256a /test/geo_transformations.cpp
parentfd4aefadcd5cacc175c2430e07bcc508c25db295 (diff)
remove unused variables
Diffstat (limited to 'test/geo_transformations.cpp')
-rw-r--r--test/geo_transformations.cpp4
1 files changed, 1 insertions, 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<typename Scalar, int Mode, int Options> void transformations()
typedef Translation<Scalar,3> 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>(-Scalar(M_PI), Scalar(M_PI));