summaryrefslogtreecommitdiff
path: root/mpbsd
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-02-28 21:54:56 +0100
committerKevin Ryde <user42@zip.com.au>2001-02-28 21:54:56 +0100
commit62f74aa051fcafa51db93121c959f113d53c5671 (patch)
treecaced7e7103074a401579e6372be56e5ec5262f5 /mpbsd
parent80259c1ed9d1ed49e428d6fb974b86329d88150b (diff)
downloadgmp-62f74aa051fcafa51db93121c959f113d53c5671.tar.gz
* mpbsd/mout.c, mpbsd/mtox.c (num_to_text): Remove unused variable.
Diffstat (limited to 'mpbsd')
-rw-r--r--mpbsd/mout.c1
-rw-r--r--mpbsd/mtox.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/mpbsd/mout.c b/mpbsd/mout.c
index 0484606f9..64c5e5e7d 100644
--- a/mpbsd/mout.c
+++ b/mpbsd/mout.c
@@ -32,7 +32,6 @@ mout (const MINT *x)
mp_size_t x_size = x->_mp_size;
unsigned char *str;
size_t str_size;
- char *num_to_text;
int i;
TMP_DECL (marker);
diff --git a/mpbsd/mtox.c b/mpbsd/mtox.c
index ca6c08e27..b81f6ee89 100644
--- a/mpbsd/mtox.c
+++ b/mpbsd/mtox.c
@@ -33,7 +33,6 @@ mtox (const MINT *x)
unsigned char *str, *s;
size_t str_size, i;
int zeros;
- char *num_to_text;
TMP_DECL (marker);
if (xsize == 0)