aboutsummaryrefslogtreecommitdiff
path: root/externals/vanilla/rsqrt~.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-12-31 03:00:34 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-12-31 03:00:34 +0000
commit76fd8bc21e49036a8187e7a6b75c36daa842cbc6 (patch)
tree867d0196dca747a68d7d475f16118a0b5664b971 /externals/vanilla/rsqrt~.c
parentf4006c4aceba02460d89b9ce77c2e864fac1586b (diff)
refactored d_fft.c and d_math.c into separate objectclases
svn path=/trunk/; revision=14683
Diffstat (limited to 'externals/vanilla/rsqrt~.c')
-rw-r--r--externals/vanilla/rsqrt~.c2
1 files changed, 0 insertions, 2 deletions
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;