From: Wolfgang Bangerth Date: Tue, 21 Feb 2006 03:20:39 +0000 (+0000) Subject: Remove now unused variable VS. X-Git-Tag: v8.0.0~12251 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a1f20b81295548442f1ae7b74425257c0b08a45;p=dealii.git Remove now unused variable VS. git-svn-id: https://svn.dealii.org/trunk@12431 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/solver_minres.h b/deal.II/lac/include/lac/solver_minres.h index 55ed34ef41..47e3c34c56 100644 --- a/deal.II/lac/include/lac/solver_minres.h +++ b/deal.II/lac/include/lac/solver_minres.h @@ -209,10 +209,6 @@ SolverMinRes::solve (const MATRIX &A, deallog.push("minres"); - - // unsigned int VS = b.size(); - - // Memory allocation Vu0 = this->memory.alloc(); Vu1 = this->memory.alloc();