From baf6026d0e5693ba6aae40e7939b50007f815400 Mon Sep 17 00:00:00 2001 From: "Toby D. Young" Date: Fri, 18 Jan 2013 19:15:48 +0000 Subject: [PATCH] Remove and unused variable (ierr). git-svn-id: https://svn.dealii.org/trunk@28133 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/slepc_solver.h | 1 - 1 file changed, 1 deletion(-) diff --git a/deal.II/include/deal.II/lac/slepc_solver.h b/deal.II/include/deal.II/lac/slepc_solver.h index 7e6593810c..08d9833d0e 100644 --- a/deal.II/include/deal.II/lac/slepc_solver.h +++ b/deal.II/include/deal.II/lac/slepc_solver.h @@ -665,7 +665,6 @@ namespace SLEPcWrappers std::vector &vr, const unsigned int n_eigenvectors = 1) { - int ierr; unsigned int n_converged = 0; // Set the matrices of the problem -- 2.39.5