math/gfreduce.c, math/mpreduce.c: Remove unused macro from testing code.
[catacomb] / math / gfreduce.c
index 45591dd..37703a4 100644 (file)
@@ -577,8 +577,6 @@ mp *gfreduce_exp(gfreduce *gr, mp *d, mp *a, mp *e)
 
 #ifdef TEST_RIG
 
-#define MP(x) mp_readstring(MP_NEW, #x, 0, 0)
-
 static int vreduce(dstr *v)
 {
   mp *d = *(mp **)v[0].buf;