diff options
Diffstat (limited to 'ACE/ace/OS_NS_time.h')
-rw-r--r-- | ACE/ace/OS_NS_time.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ACE/ace/OS_NS_time.h b/ACE/ace/OS_NS_time.h index f364af8550f..f50bb23a61f 100644 --- a/ACE/ace/OS_NS_time.h +++ b/ACE/ace/OS_NS_time.h @@ -224,12 +224,6 @@ namespace ACE_OS int nanosleep (const struct timespec *requested, struct timespec *remaining = 0); -# if defined (ACE_HAS_POWERPC_TIMER) && defined (ghs) - extern ACE_Export - void readPPCTimeBase (u_long &most, - u_long &least); -# endif /* ACE_HAS_POWERPC_TIMER && ghs */ - ACE_NAMESPACE_INLINE_FUNCTION size_t strftime (char *s, size_t maxsize, |