aboutsummaryrefslogtreecommitdiff
path: root/src/libfmt/strtod.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libfmt/strtod.h')
-rw-r--r--src/libfmt/strtod.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libfmt/strtod.h b/src/libfmt/strtod.h
deleted file mode 100644
index 82c3d46e..00000000
--- a/src/libfmt/strtod.h
+++ /dev/null
@@ -1,4 +0,0 @@
-extern double __NaN(void);
-extern double __Inf(int);
-extern double __isNaN(double);
-extern double __isInf(double, int);