diff options
Diffstat (limited to 'tests/tfma.c')
-rw-r--r-- | tests/tfma.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/tfma.c b/tests/tfma.c index 257b16925..1016a57c7 100644 --- a/tests/tfma.c +++ b/tests/tfma.c @@ -427,7 +427,6 @@ int main (int argc, char *argv[]) { mpfr_t x, y, z, s; - MPFR_SAVE_EXPO_DECL (expo); tests_start_mpfr (); @@ -719,12 +718,10 @@ main (int argc, char *argv[]) test_exact (); - MPFR_SAVE_EXPO_MARK (expo); test_overflow1 (); test_overflow2 (); test_underflow1 (); test_underflow2 (); - MPFR_SAVE_EXPO_FREE (expo); tests_end_mpfr (); return 0; |