summaryrefslogtreecommitdiff
path: root/TAO/tao/Environment.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Environment.i')
-rw-r--r--TAO/tao/Environment.i13
1 files changed, 0 insertions, 13 deletions
diff --git a/TAO/tao/Environment.i b/TAO/tao/Environment.i
index 83b618b4413..6d318b17359 100644
--- a/TAO/tao/Environment.i
+++ b/TAO/tao/Environment.i
@@ -7,19 +7,6 @@ CORBA_Environment::exception (void) const
return this->exception_;
}
-ACE_INLINE void
-CORBA::release (CORBA::Environment_ptr env)
-{
- if (env)
- env->_decr_refcnt ();
-}
-
-ACE_INLINE CORBA::Boolean
-CORBA::is_nil (CORBA::Environment_ptr env)
-{
- return env == 0;
-}
-
// *************************************************************
// Inline operations for class CORBA_Environment_var
// *************************************************************