summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB_Core.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ORB_Core.inl')
-rw-r--r--TAO/tao/ORB_Core.inl4
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/tao/ORB_Core.inl b/TAO/tao/ORB_Core.inl
index f68d3beef3d..f6ebac0549d 100644
--- a/TAO/tao/ORB_Core.inl
+++ b/TAO/tao/ORB_Core.inl
@@ -19,11 +19,7 @@ TAO_ORB_Core::_incr_refcnt (void)
ACE_INLINE unsigned long
TAO_ORB_Core::_refcnt (void) const
{
-#if defined (ACE_HAS_CPP11)
return this->refcount_;
-#else
- return this->refcount_.value ();
-#endif /* ACE_HAS_CPP11 */
}
ACE_INLINE unsigned long