diff options
Diffstat (limited to 'mpi/mpi-config.h')
-rw-r--r-- | mpi/mpi-config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mpi/mpi-config.h b/mpi/mpi-config.h index 801eaae7..e3574aef 100644 --- a/mpi/mpi-config.h +++ b/mpi/mpi-config.h @@ -32,10 +32,6 @@ #define MP_ARGCHK 2 /* how to check input arguments */ #endif -#ifndef MP_DEBUG -#define MP_DEBUG 0 /* print diagnostic output? */ -#endif - #ifndef MP_DEFPREC #define MP_DEFPREC 8 /* default precision, in digits */ #endif |