diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2020-04-22 19:39:47 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2020-04-22 19:39:47 -0700 |
commit | b692d3b5b9470551da36768ac47f8aa6805be84b (patch) | |
tree | 330d913e7a76070a60b9ed046b6134c952e73e06 /mpi/mpi.h | |
parent | 1bbd2db0de63a5f884db060989539e99db0063a7 (diff) | |
download | txr-b692d3b5b9470551da36768ac47f8aa6805be84b.tar.gz txr-b692d3b5b9470551da36768ac47f8aa6805be84b.tar.bz2 txr-b692d3b5b9470551da36768ac47f8aa6805be84b.zip |
mpi: remove dubious MP_DEBUG cruft.
The MP_DEBUG macro controls the visibility of definitions that
are not used anywhere.
* mpi/mpi-config.h (MP_DEBUG): Removed.
* mpi/mpi.c (DIAG): Macro and surrounding section controlled
by #if MP_DEBUG removed.
* mpi/mpi.h (MP_IOFUNC): Definition controlled by MP_DEBUG
removed.
Diffstat (limited to 'mpi/mpi.h')
-rw-r--r-- | mpi/mpi.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -10,11 +10,6 @@ */ #include "mpi-config.h" -#if MP_DEBUG -#undef MP_IOFUNC -#define MP_IOFUNC 1 -#endif - #include <limits.h> #define MP_NEG 1 |