summaryrefslogtreecommitdiff
path: root/TAO/tao/params.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/params.inl')
-rw-r--r--TAO/tao/params.inl11
1 files changed, 0 insertions, 11 deletions
diff --git a/TAO/tao/params.inl b/TAO/tao/params.inl
index 84f3202e3ad..d148ea835e3 100644
--- a/TAO/tao/params.inl
+++ b/TAO/tao/params.inl
@@ -151,17 +151,6 @@ TAO_ORB_Parameters::std_profile_components (bool x)
this->std_profile_components_ = x;
}
-ACE_INLINE bool
-TAO_ORB_Parameters::use_highres_timer (void) const
-{
- return this->use_highres_timer_;
-}
-ACE_INLINE void
-TAO_ORB_Parameters::use_highres_timer (bool x)
-{
- this->use_highres_timer_ = x;
-}
-
ACE_INLINE int
TAO_ORB_Parameters::nodelay (void) const
{