summaryrefslogtreecommitdiff
path: root/TAO/tao/Request.i
diff options
context:
space:
mode:
authormjb2 <mjb2@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-09 01:23:41 +0000
committermjb2 <mjb2@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-09 01:23:41 +0000
commit92f04a88822ce262e10da3a3fd922b206340ef10 (patch)
treee7f0686626506159ab270f21469282d674bfd212 /TAO/tao/Request.i
parentbea7a8d718a916149d624666ab3eecd752da9a73 (diff)
downloadATCD-92f04a88822ce262e10da3a3fd922b206340ef10.tar.gz
See Tue Jun 8 20:19:15 1999 Matthew J Braun <mjb2@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Request.i')
-rw-r--r--TAO/tao/Request.i7
1 files changed, 0 insertions, 7 deletions
diff --git a/TAO/tao/Request.i b/TAO/tao/Request.i
index 2e9c42c7a70..9085f8c5763 100644
--- a/TAO/tao/Request.i
+++ b/TAO/tao/Request.i
@@ -8,13 +8,6 @@ CORBA::is_nil (CORBA::Request_ptr req)
return (CORBA::Boolean) (req == 0);
}
-ACE_INLINE void
-CORBA::release (CORBA::Request_ptr req)
-{
- if (req)
- req->_decr_refcnt ();
-}
-
// Return the target of this request.
ACE_INLINE CORBA_Request*
CORBA_Request::_duplicate (CORBA_Request* x)