Skip to content

Commit a80baba

Browse files
committed
Revert "Amend previous workaround for LibmeshPetscCall in #3984"
This reverts commit 08acd27.
1 parent 7931e5b commit a80baba

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

include/numerics/petsc_solver_exception.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -107,15 +107,6 @@ class PetscSolverException : public SolverException
107107
#define LIBMESH_CHKERRQ(ierr) CHKERRQ(ierr);
108108
#define LIBMESH_CHKERRA(comm, ierr) CHKERRABORT(comm, ierr);
109109

110-
// Remove me: for backward compatibility with MOOSE only
111-
#define LibmeshPetscCall(...) \
112-
do \
113-
{ \
114-
PetscErrorCode libmesh_petsc_call_ierr; \
115-
libmesh_petsc_call_ierr = __VA_ARGS__; \
116-
LIBMESH_CHKERRA(this->comm().get(), libmesh_petsc_call_ierr); \
117-
} while (0)
118-
119110
#endif
120111

121112
#define PETSC_BEGIN_END(Function) \

0 commit comments

Comments
 (0)