aboutsummaryrefslogtreecommitdiff
path: root/externals/vanilla/rsqrt~.c
diff options
context:
space:
mode:
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;