From 75f182ffb60fd0f788a89afb41f829fccb298f55 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 4 Jun 2024 13:40:13 +0200 Subject: [PATCH] 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 --- tests/server/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.47.3