summaryrefslogtreecommitdiff
path: root/lib/int_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/int_lib.h')
-rw-r--r--lib/int_lib.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/int_lib.h b/lib/int_lib.h
index 5ce20238..a87426c5 100644
--- a/lib/int_lib.h
+++ b/lib/int_lib.h
@@ -37,10 +37,6 @@
#include <stdbool.h>
#include <float.h>
-#if !defined(INFINITY) && defined(HUGE_VAL)
-#define INFINITY HUGE_VAL
-#endif /* INFINITY */
-
/* Include the commonly used internal type definitions. */
#include "int_types.h"