From afb1a8c124c9ee52e027a3625b14ecad6be99fa4 Mon Sep 17 00:00:00 2001 From: Mark Borgerding Date: Tue, 17 Jun 2014 18:25:56 -0400 Subject: [PATCH] fixed warning: -Wunused-local-typedefs --- Eigen/src/Core/products/TriangularMatrixVector_MKL.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Eigen/src/Core/products/TriangularMatrixVector_MKL.h b/Eigen/src/Core/products/TriangularMatrixVector_MKL.h index 09f110da71..3672b12404 100644 --- a/Eigen/src/Core/products/TriangularMatrixVector_MKL.h +++ b/Eigen/src/Core/products/TriangularMatrixVector_MKL.h @@ -129,7 +129,6 @@ struct triangular_matrix_vector_product_trmv MatrixLhs; \ if (ConjRhs) x_tmp = rhs.conjugate(); else x_tmp = rhs; \ x = x_tmp.data(); \ if (size MatrixLhs; \ if (ConjRhs) x_tmp = rhs.conjugate(); else x_tmp = rhs; \ x = x_tmp.data(); \ if (size