diff options
Diffstat (limited to 'math/libm-test-support.c')
-rw-r--r-- | math/libm-test-support.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/math/libm-test-support.c b/math/libm-test-support.c index 078d30743d..9ce3eb1c04 100644 --- a/math/libm-test-support.c +++ b/math/libm-test-support.c @@ -989,13 +989,6 @@ enable_test (int exceptions) return 1; } -/* This is to prevent messages from the SVID libm emulation. */ -int -matherr (struct exception *x __attribute__ ((unused))) -{ - return 1; -} - static void initialize (void) { |