summaryrefslogtreecommitdiff
path: root/tune
diff options
context:
space:
mode:
authorTorbjorn Granlund <torbjorng@google.com>2014-11-15 20:46:48 +0100
committerTorbjorn Granlund <torbjorng@google.com>2014-11-15 20:46:48 +0100
commit8da9ec1d99219c3d72430748da3570465713b9e5 (patch)
tree0e9ed658cd0e9881d7ce7ae1d0f3cc3e89efb740 /tune
parentcd249a3bbc86391e014b7b6dbef74a532274a631 (diff)
downloadgmp-8da9ec1d99219c3d72430748da3570465713b9e5.tar.gz
Add 'static' and 'const' for the benefit of C++.
Diffstat (limited to 'tune')
-rw-r--r--tune/tuneup.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tune/tuneup.c b/tune/tuneup.c
index 21f23eacd..6f0a44196 100644
--- a/tune/tuneup.c
+++ b/tune/tuneup.c
@@ -881,7 +881,6 @@ fftmes (mp_size_t nmin, mp_size_t nmax, int initial_k, struct fft_param_t *p, in
int n_measurements;
mp_limb_t *ap, *bp, *rp;
mp_size_t alloc;
- char *linepref;
struct fft_table_nk *fft_tab;
fft_tab = mpn_fft_table3[p->sqr];
@@ -905,7 +904,6 @@ fftmes (mp_size_t nmin, mp_size_t nmax, int initial_k, struct fft_param_t *p, in
{
printf ("\\\n { ");
printf ("{%7u,%2u}", fft_tab[0].n, fft_tab[0].k);
- linepref = " ";
}
idx = 1;