Skip to content

Commit bcefb94

Browse files
committed
Revert "Redefine LIBMESH_CHKERR(2) to avoid breaking MOOSE..."
This reverts commit fb0abb5.
1 parent 2184819 commit bcefb94

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

include/numerics/petsc_solver_exception.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,6 @@ class PetscSolverException : public SolverException
8989
LIBMESH_CHKERRQ(ierr); \
9090
} while (0)
9191

92-
// Remove me: for backward compatibility with MOOSE only
93-
#define LIBMESH_CHKERR(ierr) LIBMESH_CHKERRQ(ierr)
94-
#define LIBMESH_CHKERR2(comm, ierr) LIBMESH_CHKERRA(comm, ierr)
95-
9692
#else
9793

9894
// If we don't have exceptions enabled, just fall back on calling

0 commit comments

Comments
 (0)