summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-01-06 18:34:36 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-01-06 18:34:36 +0100
commitf04af1bff9bcdad2a512369d650d42b8dd618dd1 (patch)
tree2491a7da7b62a0dd2206076d3435a6fa8d0cbc65
parent1378f952ac8380b0c624a802ec1d747426d59197 (diff)
downloadATCD-f04af1bff9bcdad2a512369d650d42b8dd618dd1.tar.gz
Remove check for ACE_LACKS_STRPTIME_PROTOTYPE, not set in any config file
* ACE/ace/os_include/os_time.h:
-rw-r--r--ACE/ace/os_include/os_time.h4
1 files changed, 0 insertions, 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