summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordas <das@FreeBSD.org>2005-01-14 21:51:46 +0000
committerdas <das@FreeBSD.org>2005-01-14 21:51:46 +0000
commitf5638fda1e7ef4aa8bfa1d1b6ebe469a56ca02a9 (patch)
treefdff4c832d88ec8c52ea54e12bbc7eafec13c1af /lib
parent4627268189e2eb8a0c83b089b14bbcd861bf4df5 (diff)
downloadFreeBSD-src-f5638fda1e7ef4aa8bfa1d1b6ebe469a56ca02a9.zip
FreeBSD-src-f5638fda1e7ef4aa8bfa1d1b6ebe469a56ca02a9.tar.gz
Remove some #if 0'd code.
Diffstat (limited to 'lib')
-rw-r--r--lib/msun/src/math.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/msun/src/math.h b/lib/msun/src/math.h
index 841402d..9c03f27 100644
--- a/lib/msun/src/math.h
+++ b/lib/msun/src/math.h
@@ -176,13 +176,6 @@ struct exception {
};
#endif
-#if 0
-/* Old value from 4.4BSD-Lite math.h; this is probably better. */
-#define HUGE HUGE_VAL
-#else
-#define HUGE MAXFLOAT
-#endif
-
#define X_TLOSS 1.41484755040568800000e+16 /* pi*2**52 */
#define DOMAIN 1
OpenPOWER on IntegriCloud