summaryrefslogtreecommitdiff
path: root/TAO/tao/Exception.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Exception.i')
-rw-r--r--TAO/tao/Exception.i8
1 files changed, 0 insertions, 8 deletions
diff --git a/TAO/tao/Exception.i b/TAO/tao/Exception.i
index 21b94e09746..d9280d9f383 100644
--- a/TAO/tao/Exception.i
+++ b/TAO/tao/Exception.i
@@ -54,14 +54,6 @@ CORBA_ExceptionList::_nil (void)
return (CORBA_ExceptionList_ptr)0;
}
-ACE_INLINE CORBA_ExceptionList *
-CORBA_ExceptionList::_duplicate (CORBA_ExceptionList* x)
-{
- if (x != 0)
- x->_incr_refcnt ();
- return x;
-}
-
ACE_INLINE
CORBA_ExceptionList_var::CORBA_ExceptionList_var (void) // default constructor
: ptr_ (CORBA_ExceptionList::_nil ())