summaryrefslogtreecommitdiff
path: root/TAO/tao/Environment.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Environment.inl')
-rw-r--r--TAO/tao/Environment.inl15
1 files changed, 0 insertions, 15 deletions
diff --git a/TAO/tao/Environment.inl b/TAO/tao/Environment.inl
index a8547215d6d..8227415e62c 100644
--- a/TAO/tao/Environment.inl
+++ b/TAO/tao/Environment.inl
@@ -2,26 +2,11 @@
//
// $Id$
-
#include "ace/OS_Memory.h"
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_INLINE
-CORBA::Boolean
-CORBA::is_nil (CORBA::Environment_ptr env)
-{
- return env == 0;
-}
-
-ACE_INLINE
-void
-CORBA::release (CORBA::Environment_ptr env)
-{
- delete env;
-}
-
-ACE_INLINE
CORBA::Exception *
CORBA::Environment::exception (void) const
{