mirror of
https://github.com/curl/curl.git
synced 2026-04-23 09:32:12 +03: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue