From 1f5b5d876e2bbd63dc2325e6d65d5495be4db389 Mon Sep 17 00:00:00 2001
From: Norihiro Watanabe <norihiro.watanabe@ufz.de>
Date: Fri, 7 Dec 2012 14:16:17 +0100
Subject: [PATCH] delete an unused parameter in LisLinearSystem

---
 MathLib/LinAlg/SystemOfLinearEquations/LisLinearSystem.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MathLib/LinAlg/SystemOfLinearEquations/LisLinearSystem.cpp b/MathLib/LinAlg/SystemOfLinearEquations/LisLinearSystem.cpp
index 671e2ec1320..9aa72553422 100644
--- a/MathLib/LinAlg/SystemOfLinearEquations/LisLinearSystem.cpp
+++ b/MathLib/LinAlg/SystemOfLinearEquations/LisLinearSystem.cpp
@@ -31,7 +31,7 @@ bool LisLinearSystem::checkError(int err)
     return ok;
 }
 
-LisLinearSystem::LisLinearSystem(std::size_t dimension, RowMajorSparsity* /*sp*/)
+LisLinearSystem::LisLinearSystem(std::size_t dimension, RowMajorSparsity*)
 : _dim(dimension), _max_diag_coeff(.0)
 {
     int ierr = 0;
-- 
GitLab