diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 20:04:28 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-26 08:40:42 -0600 |
commit | 2e9f7694b4c02e7dd592890d87b4710b45ce588b (patch) | |
tree | 9eff54d5b5f8e5e6151e2536a72860a77b5d143f /sccomp | |
parent | 2434ea5930af9575e84353697d8a654b592098d7 (diff) |
Remove visual noise from sccomp
Change-Id: Ibf1d8ab8db874805a5cdab9a0cfa5bf84fb6b869
Reviewed-on: https://gerrit.libreoffice.org/8303
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sccomp')
-rw-r--r-- | sccomp/source/solver/solver.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 ) |