From a9e68c881f48b4a8f29842d52f946e643e355ce8 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Sun, 30 Jul 2000 23:40:24 +0200 Subject: Further correction to initial checkin: Remove a harmless but unnecessary duplicate initialization of Ap when recursing. --- mpn/generic/mul_fft.c | 1 - 1 file changed, 1 deletion(-) diff --git a/mpn/generic/mul_fft.c b/mpn/generic/mul_fft.c index 7fa19ca60..00fd6d72d 100644 --- a/mpn/generic/mul_fft.c +++ b/mpn/generic/mul_fft.c @@ -368,7 +368,6 @@ mpn_fft_mul_modF_K(ap, bp, n, K) nprime2 = Nprime2/BITS_PER_MP_LIMB; Mp2 = Nprime2/K2; - Ap = TMP_ALLOC_MP_PTRS (K2); Ap = TMP_ALLOC_MP_PTRS (K2); Bp = TMP_ALLOC_MP_PTRS (K2); A = TMP_ALLOC_LIMBS (2*K2*(nprime2+1)); -- cgit v1.2.1