aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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));