mirror of
https://github.com/mstorsjo/llvm-mingw
synced 2026-06-21 14:01:00 +00:00
test: crt-test: Remove unused variables
This commit is contained in:
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user