summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2002-05-06 15:51:59 +0200
committertege <tege@gmplib.org>2002-05-06 15:51:59 +0200
commit1f3201c50def6a1f0257cd8842ad20044ca0c1d6 (patch)
tree7b10ad579d026f8d60a97b221eebe7ec58b75855
parent8dbf34e7cd899576f2ecd3f221f2327401f3fccd (diff)
downloadgmp-1f3201c50def6a1f0257cd8842ad20044ca0c1d6.tar.gz
(lc): Remove an unused variable.
-rw-r--r--randraw.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/randraw.c b/randraw.c
index 408d22648..c38f37b63 100644
--- a/randraw.c
+++ b/randraw.c
@@ -94,7 +94,6 @@ lc (mp_ptr rp, gmp_randstate_t rstate)
mp_ptr tp, seedp, ap;
mp_size_t ta;
mp_size_t tn, seedn, an;
- int shiftcount = 0;
unsigned long int m2exp;
mp_limb_t c;
TMP_DECL (mark);