From e02452aa0e08cd7075b52eadc25dba5670f731e6 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 22 Apr 2020 19:39:47 -0700 Subject: 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. --- mpi/mpi.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'mpi/mpi.h') 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 #define MP_NEG 1 -- cgit v1.2.3