diff options
Diffstat (limited to 'math/libm-test-support.h')
-rw-r--r-- | math/libm-test-support.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/math/libm-test-support.h b/math/libm-test-support.h index 25535c3a41..63d3e8972b 100644 --- a/math/libm-test-support.h +++ b/math/libm-test-support.h @@ -34,7 +34,6 @@ extern const int flag_test_errno; extern const int flag_test_exceptions; -extern const int flag_test_inline; extern const int flag_test_mathvec; extern const int snan_tests_arg; extern const char test_msg[]; @@ -60,7 +59,6 @@ extern const char doc[]; #define IGNORE_ZERO_INF_SIGN 0x400 #define TEST_NAN_SIGN 0x800 #define TEST_NAN_PAYLOAD 0x1000 -#define NO_TEST_INLINE 0x2000 #define XFAIL_TEST 0x4000 /* Indicate errno settings required or disallowed. */ #define ERRNO_UNCHANGED 0x8000 |