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 c36ef8ba..26334854 100644
--- a/mpi/mpi.c
+++ b/mpi/mpi.c
@@ -84,14 +84,6 @@ static unsigned int s_mp_defprec = MP_DEFPREC;
/* }}} */
-/* {{{ Comparison constants */
-
-#define MP_LT -1
-#define MP_EQ 0
-#define MP_GT 1
-
-/* }}} */
-
/* {{{ Constant strings */
/* Constant strings returned by mp_strerror() */