summaryrefslogtreecommitdiff
path: root/TAO/tao/Context.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Context.i')
-rw-r--r--TAO/tao/Context.i8
1 files changed, 0 insertions, 8 deletions
diff --git a/TAO/tao/Context.i b/TAO/tao/Context.i
index 63fd1441608..92ec9a59340 100644
--- a/TAO/tao/Context.i
+++ b/TAO/tao/Context.i
@@ -214,14 +214,6 @@ CORBA_ContextList::_nil (void)
return (CORBA_ContextList_ptr)0;
}
-ACE_INLINE CORBA_ContextList *
-CORBA_ContextList::_duplicate (CORBA_ContextList* x)
-{
- if (x != 0)
- x->_incr_refcnt ();
- return x;
-}
-
// *************************************************************
// Inline operations for class CORBA_ContextList_var
// *************************************************************