summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/tao/encode.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/tao/encode.cpp b/TAO/tao/encode.cpp
index 70c24d9b948..fb62e81c87e 100644
--- a/TAO/tao/encode.cpp
+++ b/TAO/tao/encode.cpp
@@ -129,8 +129,6 @@ TAO_Marshal_Any::encode (CORBA::TypeCode_ptr,
// encode the value
retval = stream->encode (elem_tc, any->value_, 0, env);
}
- else
- retval = CORBA::TypeCode::TRAVERSE_STOP;
}
if (retval == CORBA::TypeCode::TRAVERSE_CONTINUE)