summaryrefslogtreecommitdiff
path: root/deps/jemalloc/test/unit/math.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/jemalloc/test/unit/math.c')
-rw-r--r--deps/jemalloc/test/unit/math.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/deps/jemalloc/test/unit/math.c b/deps/jemalloc/test/unit/math.c
index adb72bed9..ebec77a62 100644
--- a/deps/jemalloc/test/unit/math.c
+++ b/deps/jemalloc/test/unit/math.c
@@ -5,10 +5,6 @@
#include <float.h>
-#ifdef __PGI
-#undef INFINITY
-#endif
-
#ifndef INFINITY
#define INFINITY (DBL_MAX + DBL_MAX)
#endif