summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--loader/win32.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/loader/win32.c b/loader/win32.c
index 5478b342de..3086f97582 100644
--- a/loader/win32.c
+++ b/loader/win32.c
@@ -4268,12 +4268,6 @@ static double expcos(double x)
return cos(x);
}
-/* doens't work */
-static long exp_ftol_wrong(double x)
-{
- return (long) x;
-}
-
#else
static void explog10(void)