]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tests: delete redundant `!MSDOS` guard
authorViktor Szakats <commit@vsz.me>
Tue, 4 Jun 2024 11:40:13 +0000 (13:40 +0200)
committerViktor Szakats <commit@vsz.me>
Tue, 4 Jun 2024 16:47:18 +0000 (18:47 +0200)
This fix was supposed to be committed earlier, but ended up missing from
the final commit.

Follow-up to e9a7d4a1c8377dbcf9a2d94365f60e3e5dff48f8 #12376
Closes #13878

tests/server/util.c

index a1355f9c0c1a19997223c6889613d05c5693f47f..667c680db3400d3bbd62a9c90375a5d777d234ad 100644 (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)
 {