summaryrefslogtreecommitdiff
path: root/TAO/utils/catior/catior.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/utils/catior/catior.cpp')
-rw-r--r--TAO/utils/catior/catior.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/TAO/utils/catior/catior.cpp b/TAO/utils/catior/catior.cpp
index b657750574f..ee91b70cd6f 100644
--- a/TAO/utils/catior/catior.cpp
+++ b/TAO/utils/catior/catior.cpp
@@ -129,9 +129,6 @@ cat_octet_seq (const char *object_name,
TAO_InputCDR& stream);
static CORBA::Boolean
-cat_profile_helper(TAO_InputCDR& stream, const char *protocol);
-
-static CORBA::Boolean
catior (char* str,
CORBA::Environment &)
{
@@ -263,12 +260,6 @@ catior (char* str,
continue_decoding = cat_shmiop_profile (stream);
ACE_DEBUG ((LM_DEBUG, "%}"));
}
- else if (tag == TAO_TAG_UDP_PROFILE)
- {
- ACE_DEBUG ((LM_DEBUG, "%{"));
- continue_decoding = cat_profile_helper(stream, "DIOP (GIOP over UDP)");
- ACE_DEBUG ((LM_DEBUG, "%}"));
- }
else
{
ACE_DEBUG ((LM_DEBUG, "%{"));