We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2184819 commit bcefb94Copy full SHA for bcefb94
1 file changed
include/numerics/petsc_solver_exception.h
@@ -89,10 +89,6 @@ class PetscSolverException : public SolverException
89
LIBMESH_CHKERRQ(ierr); \
90
} while (0)
91
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
-
96
#else
97
98
// If we don't have exceptions enabled, just fall back on calling
0 commit comments