diff --git a/src/libCom/osi/os/WIN32/osdTime.h b/src/libCom/osi/os/WIN32/osdTime.h index 81b12c218..916a731e5 100644 --- a/src/libCom/osi/os/WIN32/osdTime.h +++ b/src/libCom/osi/os/WIN32/osdTime.h @@ -13,7 +13,4 @@ struct timespec { long tv_nsec; /* nanoseconds within the second */ }; -struct tm *gmtime_r (const time_t *, struct tm *); -struct tm *localtime_r (const time_t *, struct tm *); - #endif /* ifndef osdTimeh */ \ No newline at end of file