summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2000-04-15 10:31:38 +0200
committertege <tege@gmplib.org>2000-04-15 10:31:38 +0200
commitf0be993fda57526c611ebd311173a3e7ebc82acf (patch)
treede6afc6fdd9d4af199c82cf04f78e4b9e5cfeb35
parent21d329ed2ce5a6277f30531283b9837c3bfa8a15 (diff)
downloadgmp-f0be993fda57526c611ebd311173a3e7ebc82acf.tar.gz
Remove debug code.
-rw-r--r--mpz/tdiv_q.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/mpz/tdiv_q.c b/mpz/tdiv_q.c
index 4cae8faa7..0b993f1b4 100644
--- a/mpz/tdiv_q.c
+++ b/mpz/tdiv_q.c
@@ -86,10 +86,7 @@ mpz_tdiv_q (quot, num, den)
np = tp;
}
- {mp_limb_t x=rp[-1], y=rp[dl];
mpn_tdiv_qr (qp, rp, 0L, np, nl, dp, dl);
- if (x != rp[-1] || y != rp[dl])
- abort ();}
ql -= qp[ql - 1] == 0;