summaryrefslogtreecommitdiffstats
path: root/mpi/mpi.h
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2020-04-22 19:39:47 -0700
committerKaz Kylheku <kaz@kylheku.com>2020-04-22 19:39:47 -0700
commite02452aa0e08cd7075b52eadc25dba5670f731e6 (patch)
tree330d913e7a76070a60b9ed046b6134c952e73e06 /mpi/mpi.h
parentbd59f9a3c30f6853e0f23fefbe0fc80705cc9906 (diff)
downloadtxr-e02452aa0e08cd7075b52eadc25dba5670f731e6.tar.gz
txr-e02452aa0e08cd7075b52eadc25dba5670f731e6.tar.bz2
txr-e02452aa0e08cd7075b52eadc25dba5670f731e6.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.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/mpi/mpi.h b/mpi/mpi.h
index 2a73f233..fa926eeb 100644
--- a/mpi/mpi.h
+++ b/mpi/mpi.h
@@ -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