mirror of
https://github.com/curl/curl.git
synced 2024-12-09 06:30:06 +08:00
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:
parent
83384669ef
commit
75f182ffb6
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user