Cygwin: clock.cc: Drop redundant Windows prototypes

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2022-08-04 21:13:15 +02:00
parent e71628b889
commit 73aefcb5c2
1 changed files with 0 additions and 3 deletions

View File

@ -142,9 +142,6 @@ clk_thread_t::now (clockid_t clockid, struct timespec *ts)
return 0;
}
extern "C" void WINAPI QueryUnbiasedInterruptTimePrecise (PULONGLONG);
extern "C" void WINAPI QueryInterruptTimePrecise (PULONGLONG);
int
clk_monotonic_t::now (clockid_t clockid, struct timespec *ts)
{