summaryrefslogtreecommitdiffstats
path: root/mpi/mpi.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpi/mpi.c')
-rw-r--r--mpi/mpi.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/mpi/mpi.c b/mpi/mpi.c
index e5d76f93..355a8d1f 100644
--- a/mpi/mpi.c
+++ b/mpi/mpi.c
@@ -35,14 +35,6 @@
typedef unsigned char mem_t;
extern mem_t *chk_calloc(size_t n, size_t size);
-#if MP_DEBUG
-#include <stdio.h>
-
-#define DIAG(T,V) {fprintf(stderr,T);mp_print(V,stderr);fputc('\n',stderr);}
-#else
-#define DIAG(T,V)
-#endif
-
#include "logtab.h"
/* Default precision for newly created mp_int's */