summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_time.inl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-03-14 08:25:46 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-03-14 08:25:46 +0000
commit800bab6e4a6f7efa3e92c9e02b386bb20bc47acf (patch)
treed3fbb164792f7444b83f67cb3378f180de5c6b2d /ACE/ace/OS_NS_time.inl
parent23c62229b0d050fa89f6968cdbd8e01c9bbddc44 (diff)
downloadATCD-800bab6e4a6f7efa3e92c9e02b386bb20bc47acf.tar.gz
Mon Mar 14 08:16:33 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/OS_NS_time.h: * ace/OS_NS_time.inl: * ace/OS_NS_time.cpp: Removed ghs method * ace/Guard_T.h: Doxygen change * ace/OS_NS_sys_utsname.cpp: * ace/Process.cpp: * ace/Process_Manager.cpp: * ace/WFMO_Reactor.cpp: * ace/config-sunos5.5.h: * ace/config-sunos5.7.h: * ace/config-vxworks6.4.h: * ace/config-win32-msvc.h: Removed ghs workaround * tests/Multihomed_INET_Addr_Test.cpp: Layout change * ace/gethrtime.cpp: Removed this file, ghs is not supported anymore a long time * ace/ace.mpc: * ace/Makefile.am: Removed gethrtime.cpp
Diffstat (limited to 'ACE/ace/OS_NS_time.inl')
-rw-r--r--ACE/ace/OS_NS_time.inl4
1 files changed, 0 insertions, 4 deletions
diff --git a/ACE/ace/OS_NS_time.inl b/ACE/ace/OS_NS_time.inl
index 9945f739c68..d3cde838580 100644
--- a/ACE/ace/OS_NS_time.inl
+++ b/ACE/ace/OS_NS_time.inl
@@ -207,10 +207,6 @@ ACE_OS::difftime (time_t t1, time_t t0)
}
#endif /* ! ACE_LACKS_DIFFTIME */
-#if defined (ghs) && defined (ACE_HAS_PENTIUM) && !defined (ACE_WIN32)
- extern "C" ACE_hrtime_t ACE_GETHRTIME_NAME ();
-#endif /* ghs && ACE_HAS_PENTIUM */
-
ACE_INLINE ACE_hrtime_t
ACE_OS::gethrtime (const ACE_HRTimer_Op op)
{