From bd2afbe801730ba7ed4c3a48fd20d7c055cb37ba Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Sun, 2 Jul 2023 14:45:18 -0400 Subject: [PATCH] Remove deprecated PETScWrappers::PreconditionerBase alias --- include/deal.II/lac/petsc_precondition.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/deal.II/lac/petsc_precondition.h b/include/deal.II/lac/petsc_precondition.h index 37cf282832..c95e8444c0 100644 --- a/include/deal.II/lac/petsc_precondition.h +++ b/include/deal.II/lac/petsc_precondition.h @@ -1159,12 +1159,6 @@ namespace PETScWrappers static PetscErrorCode pcsetup(PC pc); }; - - /** - * Alias for backwards-compatibility. - * @deprecated Use PETScWrappers::PreconditionBase instead. - */ - using PreconditionerBase DEAL_II_DEPRECATED = PreconditionBase; } // namespace PETScWrappers -- 2.39.5