summaryrefslogtreecommitdiff
path: root/tests/tmul.c
diff options
context:
space:
mode:
authorPhilippe Theveny <philippe.theveny@laposte.net>2008-09-25 09:48:23 +0000
committerPhilippe Theveny <philippe.theveny@laposte.net>2008-09-25 09:48:23 +0000
commit40ba46ad54a809b0854325f831cb23bbb5e55302 (patch)
treea83730d08412c2d375642e072b95f687e93b891a /tests/tmul.c
parentc48ca71ec43fb4502373182a5bbf62b9c39be5a3 (diff)
downloadmpc-git-40ba46ad54a809b0854325f831cb23bbb5e55302.tar.gz
tests/tmul.c: remove unused variable.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/mpc/trunk@204 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'tests/tmul.c')
-rw-r--r--tests/tmul.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/tmul.c b/tests/tmul.c
index 6ec7c1d..2c1a221 100644
--- a/tests/tmul.c
+++ b/tests/tmul.c
@@ -209,7 +209,6 @@ check_regular (void)
mpc_t x, y;
mpc_rnd_t rnd_re, rnd_im;
mp_prec_t prec;
- int i;
testmul (247, -65, -223, 416, 8, 24);
testmul (5, -896, 5, -32, 3, 2);