From f04af1bff9bcdad2a512369d650d42b8dd618dd1 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Wed, 6 Jan 2021 18:34:36 +0100 Subject: Remove check for ACE_LACKS_STRPTIME_PROTOTYPE, not set in any config file * ACE/ace/os_include/os_time.h: --- ACE/ace/os_include/os_time.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ACE/ace/os_include/os_time.h b/ACE/ace/os_include/os_time.h index b6d613b7abb..88dc504ef83 100644 --- a/ACE/ace/os_include/os_time.h +++ b/ACE/ace/os_include/os_time.h @@ -92,10 +92,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 -- cgit v1.2.1