remove unused code
diff --git a/test/geo_homogeneous.cpp b/test/geo_homogeneous.cpp
index 124071f..0bed559 100644
--- a/test/geo_homogeneous.cpp
+++ b/test/geo_homogeneous.cpp
@@ -41,10 +41,6 @@
typedef Matrix<Scalar,Size+1,Size+1> T2MatrixType;
typedef Matrix<Scalar,Size+1,Size> T3MatrixType;
- Scalar largeEps = test_precision<Scalar>();
- if (internal::is_same<Scalar,float>::value)
- largeEps = 1e-3f;
-
VectorType v0 = VectorType::Random(),
v1 = VectorType::Random(),
ones = VectorType::Ones();
diff --git a/test/geo_transformations.cpp b/test/geo_transformations.cpp
index 4138977..005a02f 100644
--- a/test/geo_transformations.cpp
+++ b/test/geo_transformations.cpp
@@ -50,10 +50,6 @@
typedef Translation<Scalar,2> Translation2;
typedef Translation<Scalar,3> Translation3;
- Scalar largeEps = test_precision<Scalar>();
- if (internal::is_same<Scalar,float>::value)
- largeEps = 1e-2f;
-
Vector3 v0 = Vector3::Random(),
v1 = Vector3::Random();
@@ -125,10 +121,6 @@
typedef Translation<Scalar,2> Translation2;
typedef Translation<Scalar,3> Translation3;
- Scalar largeEps = test_precision<Scalar>();
- if (internal::is_same<Scalar,float>::value)
- largeEps = 1e-2f;
-
Vector3 v0 = Vector3::Random(),
v1 = Vector3::Random(),
v2 = Vector3::Random();