summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB_Core.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ORB_Core.i')
-rw-r--r--TAO/tao/ORB_Core.i12
1 files changed, 0 insertions, 12 deletions
diff --git a/TAO/tao/ORB_Core.i b/TAO/tao/ORB_Core.i
index 3bda3cf324b..9b8515265f9 100644
--- a/TAO/tao/ORB_Core.i
+++ b/TAO/tao/ORB_Core.i
@@ -144,18 +144,6 @@ TAO_ORB_Core::using_collocation (CORBA::Boolean use_col)
return retv;
}
-ACE_INLINE ACE_Allocator*
-TAO_ORB_Core::output_cdr_dblock_allocator (void)
-{
- return &this->output_cdr_dblock_allocator_;
-}
-
-ACE_INLINE ACE_Allocator*
-TAO_ORB_Core::output_cdr_buffer_allocator (void)
-{
- return &this->output_cdr_buffer_allocator_;
-}
-
ACE_INLINE CORBA_Environment*
TAO_ORB_Core::default_environment (void) const
{