From 899c0c2b6c723b4b6e324fd8c157e53039c54f67 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 10 Apr 2013 22:27:35 +0200 Subject: Clean source code and unit tests with respect to -Wunused-local-typedefs --- test/product_trmm.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/product_trmm.cpp') diff --git a/test/product_trmm.cpp b/test/product_trmm.cpp index 64244c18f..31ac1b22e 100644 --- a/test/product_trmm.cpp +++ b/test/product_trmm.cpp @@ -14,8 +14,6 @@ void trmm(int rows=internal::random(1,EIGEN_TEST_MAX_SIZE), int cols=internal::random(1,EIGEN_TEST_MAX_SIZE), int otherCols = OtherCols==Dynamic?internal::random(1,EIGEN_TEST_MAX_SIZE):OtherCols) { - typedef typename NumTraits::Real RealScalar; - typedef Matrix TriMatrix; typedef Matrix OnTheRight; typedef Matrix OnTheLeft; -- cgit v1.2.3