From: Viktor Szakats Date: Tue, 4 Jun 2024 11:40:13 +0000 (+0200) Subject: tests: delete redundant `!MSDOS` guard X-Git-Tag: curl-8_9_0~303 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=75f182ffb60fd0f788a89afb41f829fccb298f55;p=thirdparty%2Fcurl.git tests: delete redundant `!MSDOS` guard This fix was supposed to be committed earlier, but ended up missing from the final commit. Follow-up to e9a7d4a1c8377dbcf9a2d94365f60e3e5dff48f8 #12376 Closes #13878 --- diff --git a/tests/server/util.c b/tests/server/util.c index a1355f9c0c..667c680db3 100644 --- a/tests/server/util.c +++ b/tests/server/util.c @@ -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) {