diff options
Diffstat (limited to 'ace/OS_String.h')
-rw-r--r-- | ace/OS_String.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/ace/OS_String.h b/ace/OS_String.h index c627b25991b..4f0cf3de936 100644 --- a/ace/OS_String.h +++ b/ace/OS_String.h @@ -95,12 +95,6 @@ public: static size_t strspn (const wchar_t *s1, const wchar_t *s2); #endif /* ACE_HAS_WCHAR */ -#if defined (ACE_HAS_STRPTIME) - static char *strptime (char *buf, - const char *format, - struct tm *tm); -#endif /* ACE_HAS_STRPTIME */ - static char *strstr (char *s, const char *t); static const char *strstr (const char *s, const char *t); static char *strnstr (char *s, const char *t, size_t len); @@ -137,11 +131,6 @@ public: static double strtod (const wchar_t *s, wchar_t **endptr); #endif /* ACE_HAS_WCHAR */ -#if defined (ACE_HAS_STRPTIME) && defined (ACE_LACKS_NATIVE_STRPTIME) - static int strptime_getnum (char *buf, int *num, int *bi, int *fi, - int min, int max); -#endif /* ACE_HAS_STRPTIME && ACE_LACKS_NATIVE_STRPTIME */ - static int to_lower (int c); #if defined (ACE_HAS_WCHAR) static wint_t to_lower (wint_t c); |