From f5638fda1e7ef4aa8bfa1d1b6ebe469a56ca02a9 Mon Sep 17 00:00:00 2001 From: das Date: Fri, 14 Jan 2005 21:51:46 +0000 Subject: Remove some #if 0'd code. --- lib/msun/src/math.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'lib') 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 -- cgit v1.1