tests: delete redundant !MSDOS guard

This fix was supposed to be committed earlier, but ended up missing from
the final commit.

Follow-up to e9a7d4a1c8 #12376
Closes #13878
This commit is contained in:
Viktor Szakats 2024-06-04 13:40:13 +02:00
parent 83384669ef
commit 75f182ffb6
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -366,7 +366,7 @@ void clear_advisor_read_lock(const char *filename)
}
#if defined(_WIN32) && !defined(MSDOS)
#if defined(_WIN32)
static struct timeval tvnow(void)
{