From 2e9f7694b4c02e7dd592890d87b4710b45ce588b Mon Sep 17 00:00:00 2001 From: Alexander Wilms Date: Tue, 25 Feb 2014 20:04:28 +0100 Subject: Remove visual noise from sccomp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ibf1d8ab8db874805a5cdab9a0cfa5bf84fb6b869 Reviewed-on: https://gerrit.libreoffice.org/8303 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sccomp/source/solver/solver.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sccomp/source') diff --git a/sccomp/source/solver/solver.cxx b/sccomp/source/solver/solver.cxx index e5c1d0c376d5..0dae2e9926e9 100644 --- a/sccomp/source/solver/solver.cxx +++ b/sccomp/source/solver/solver.cxx @@ -413,9 +413,9 @@ void SAL_CALL SolverComponent::solve() throw(uno::RuntimeException) if ( !maStatus.isEmpty() ) return; - // + // build lp_solve model - // + lprec* lp = make_lp( 0, nVariables ); if ( !lp ) -- cgit