From 76fd8bc21e49036a8187e7a6b75c36daa842cbc6 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 31 Dec 2010 03:00:34 +0000 Subject: refactored d_fft.c and d_math.c into separate objectclases svn path=/trunk/; revision=14683 --- externals/vanilla/rsqrt~.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'externals/vanilla/rsqrt~.c') diff --git a/externals/vanilla/rsqrt~.c b/externals/vanilla/rsqrt~.c index e84f4c31..249d4c4d 100644 --- a/externals/vanilla/rsqrt~.c +++ b/externals/vanilla/rsqrt~.c @@ -8,8 +8,6 @@ /* sigrsqrt - reciprocal square root good to 8 mantissa bits */ -static float rsqrt_exptab[DUMTAB1SIZE], rsqrt_mantissatab[DUMTAB2SIZE]; - static void init_rsqrt(void) { int i; -- cgit v1.2.1