From c35965b381cba0b43195517d13085128b907c7a4 Mon Sep 17 00:00:00 2001 From: Florian Maurin Date: Fri, 22 Jan 2021 22:24:11 +0000 Subject: [PATCH] Remove unused variable in SparseLU.h --- Eigen/src/SparseLU/SparseLU.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Eigen/src/SparseLU/SparseLU.h b/Eigen/src/SparseLU/SparseLU.h index 1e7116c98..ec6ca213a 100644 --- a/Eigen/src/SparseLU/SparseLU.h +++ b/Eigen/src/SparseLU/SparseLU.h @@ -587,7 +587,6 @@ void SparseLU::factorize(const MatrixType& matrix) // (a) a relaxed supernode at the bottom of the etree, or // (b) panel_size contiguous columns, defined by the user Index jcol; - IndexVector panel_histo(n); Index pivrow; // Pivotal row number in the original row matrix Index nseg1; // Number of segments in U-column above panel row jcol Index nseg; // Number of segments in each U-column