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.i6
1 files changed, 0 insertions, 6 deletions
diff --git a/TAO/tao/Context.i b/TAO/tao/Context.i
index d2ee3370ac1..fb541f3142a 100644
--- a/TAO/tao/Context.i
+++ b/TAO/tao/Context.i
@@ -25,12 +25,6 @@ CORBA_Context::_nil (void)
return (CORBA::Context*)0;
}
-ACE_INLINE CORBA::Boolean
-CORBA::is_nil (CORBA::Context_ptr ctx)
-{
- return ctx == 0;
-}
-
// *************************************************************
// Inline operations for class CORBA_Context_var
// *************************************************************