summaryrefslogtreecommitdiff
path: root/modules/TAO/TAO_IDL/be/be_visitor_operation/operation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/TAO/TAO_IDL/be/be_visitor_operation/operation.cpp')
-rw-r--r--modules/TAO/TAO_IDL/be/be_visitor_operation/operation.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/modules/TAO/TAO_IDL/be/be_visitor_operation/operation.cpp b/modules/TAO/TAO_IDL/be/be_visitor_operation/operation.cpp
index 99cef948b27..3f8a99a4cd0 100644
--- a/modules/TAO/TAO_IDL/be/be_visitor_operation/operation.cpp
+++ b/modules/TAO/TAO_IDL/be/be_visitor_operation/operation.cpp
@@ -449,20 +449,6 @@ be_visitor_operation::gen_arg_template_param_name (AST_Decl *scope,
if (bt->node_type () == AST_Decl::NT_typedef)
{
alias = AST_Typedef::narrow_from_decl (bt);
-
- AST_Type *pbt = alias->primitive_base_type ();
-
- if (pbt->node_type () == AST_Decl::NT_sequence)
- {
- AST_Sequence *seq =
- AST_Sequence::narrow_from_decl (pbt);
-
- AST_Type *elem_type = seq->base_type ();
-
- *os << "std::vector<" << elem_type->name () << ">";
-
- return;
- }
}
AST_Decl::NodeType nt = bt->unaliased_type ()->node_type ();