From 2c1ac23c623f462227b095ecc6b3e9e5be3afc9a Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Fri, 18 Feb 2011 17:54:48 +0100 Subject: remove unused code --- test/geo_homogeneous.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test/geo_homogeneous.cpp') diff --git a/test/geo_homogeneous.cpp b/test/geo_homogeneous.cpp index 124071f47..0bed5598d 100644 --- a/test/geo_homogeneous.cpp +++ b/test/geo_homogeneous.cpp @@ -41,10 +41,6 @@ template void homogeneous(void) typedef Matrix T2MatrixType; typedef Matrix T3MatrixType; - Scalar largeEps = test_precision(); - if (internal::is_same::value) - largeEps = 1e-3f; - VectorType v0 = VectorType::Random(), v1 = VectorType::Random(), ones = VectorType::Ones(); -- cgit v1.2.3