summaryrefslogtreecommitdiff
path: root/TAO/tao/Exception.cpp
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-04-28 11:34:22 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-04-28 11:34:22 +0000
commite1a2890e3a46d002e7ff160ffe94ef56859c32af (patch)
tree31dc1557f43f6a49b4e02757cda895630607ab34 /TAO/tao/Exception.cpp
parent7166e240933aaf65fcfa2a859090abdf90cce260 (diff)
downloadATCD-e1a2890e3a46d002e7ff160ffe94ef56859c32af.tar.gz
ChangeLogTag:Wed Apr 28 06:32:15 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Exception.cpp')
-rw-r--r--TAO/tao/Exception.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/TAO/tao/Exception.cpp b/TAO/tao/Exception.cpp
index 60f724a2885..2cb030494eb 100644
--- a/TAO/tao/Exception.cpp
+++ b/TAO/tao/Exception.cpp
@@ -147,14 +147,6 @@ CORBA::Exception::_name (void) const
CORBA::TypeCode_ptr
CORBA::Exception::_type (void) const
{
- if (TAO_debug_level > 0)
- {
- ACE_DEBUG ((LM_DEBUG,
- ACE_LIB_TEXT ("This TAO-specific method (Exception::_type())")
- ACE_LIB_TEXT (" is now deprecated and will be removed")
- ACE_LIB_TEXT (" in future versions.\n")));
- }
-
return CORBA::TypeCode::_nil ();
}