diff --git a/ACE/ace/os_include/os_time.h b/ACE/ace/os_include/os_time.h index 26095d91e9f12..e6c43cbdf27c8 100644 --- a/ACE/ace/os_include/os_time.h +++ b/ACE/ace/os_include/os_time.h @@ -90,10 +90,6 @@ extern "C" # endif #endif /* ACE_HAS_PTHREADS */ -#if defined (ACE_LACKS_STRPTIME_PROTOTYPE) && !defined (_XOPEN_SOURCE) - extern char *strptime (const char *s, const char *fmt, struct tm *tp); -#endif /* ACE_LACKS_STRPTIME_PROTOTYPE */ - #if defined (ACE_LACKS_CONST_TIMESPEC_PTR) typedef struct timespec * ACE_TIMESPEC_PTR; #else