Get rid of run_err_mod(). It was only used in two places.
One place it wasn't necessary since mod was already checked. Inline the check that mod != NULL for the other use.
Showing
Please register or sign in to comment
One place it wasn't necessary since mod was already checked. Inline the check that mod != NULL for the other use.