From 264fe82c655a26f3c3ab5057684dbc51cf533056 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Tue, 28 Jul 2009 17:13:13 +0200 Subject: add a debug mechanism to compute the number of intermediate evaluations (only for dynamic size) --- test/triangular.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/triangular.cpp') diff --git a/test/triangular.cpp b/test/triangular.cpp index 6385bffd1..39430034d 100644 --- a/test/triangular.cpp +++ b/test/triangular.cpp @@ -51,8 +51,6 @@ template void triangular(const MatrixType& m) v2 = VectorType::Random(rows), vzero = VectorType::Zero(rows); - Scalar s1 = ei_random(); - MatrixType m1up = m1.template triangularView(); MatrixType m2up = m2.template triangularView(); -- cgit v1.2.3