From b68aefdbb5a495aecb05def2b0f0d89cf139551c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Fri, 24 Apr 2026 14:34:20 +0300 Subject: [PATCH] test: crt-test: Remove unused variables --- test/crt-test.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/crt-test.c b/test/crt-test.c index c0e751c..ab9f9d3 100644 --- a/test/crt-test.c +++ b/test/crt-test.c @@ -800,11 +800,6 @@ void test_environment() { } void test_math_rounding() { - // The plain "NAN" constant in MSVC is negative, while it is positive - // in other environments. - double pNAN = int_to_double(0x7ff8000000000000ULL); - double nNAN = int_to_double(0xfff8000000000000ULL); - int i; #define TEST_FLOOR(floor) \