From 7817bc19a40caa1d7d5d56e995cc887af58b42a2 Mon Sep 17 00:00:00 2001 From: Christoph Hertzberg Date: Tue, 23 Sep 2014 17:23:34 +0200 Subject: Removed FIXME, as it is actually necessary. --- Eigen/src/SparseCore/SparseDenseProduct.h | 1 - 1 file changed, 1 deletion(-) (limited to 'Eigen/src') diff --git a/Eigen/src/SparseCore/SparseDenseProduct.h b/Eigen/src/SparseCore/SparseDenseProduct.h index 7af6a12a9..ed3cb1990 100644 --- a/Eigen/src/SparseCore/SparseDenseProduct.h +++ b/Eigen/src/SparseCore/SparseDenseProduct.h @@ -174,7 +174,6 @@ protected: // if the actual left-hand side is a dense vector, // then build a sparse-view so that we can seamlessly iterate over it. - // FIXME ActualLhs does not seem to be necessary typedef typename conditional::StorageKind,Sparse>::value, Lhs1, SparseView >::type ActualLhs; typedef typename conditional::StorageKind,Sparse>::value, -- cgit v1.2.3