diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-22 19:47:37 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-22 19:47:37 +0000 |
commit | 518b5464f59ff76617a552ffadc70a641fe614e7 (patch) | |
tree | 45eaaca9a83e1468b7b5ce66762efb04c951cc46 /TAO/TAO_IDL/be/be_visitor_sequence | |
parent | 1c4e562f11a826af10f5c010b487cb68e55385af (diff) | |
download | ATCD-518b5464f59ff76617a552ffadc70a641fe614e7.tar.gz |
Removed unused arg 'length' from generated code for _allocate_buffer().
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_sequence')
-rw-r--r-- | TAO/TAO_IDL/be/be_visitor_sequence/gen_bounded_str_sequence_cs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_sequence/gen_bounded_str_sequence_cs.cpp b/TAO/TAO_IDL/be/be_visitor_sequence/gen_bounded_str_sequence_cs.cpp index fd712bb818c..07a34995988 100644 --- a/TAO/TAO_IDL/be/be_visitor_sequence/gen_bounded_str_sequence_cs.cpp +++ b/TAO/TAO_IDL/be/be_visitor_sequence/gen_bounded_str_sequence_cs.cpp @@ -103,7 +103,7 @@ be_visitor_sequence_cs::gen_bounded_str_sequence (be_sequence *node) // allocate_buffer *os << "void" << be_nl - << full_class_name << "::_allocate_buffer (CORBA::ULong length)" << be_nl + << full_class_name << "::_allocate_buffer (CORBA::ULong /* length */)" << be_nl << "{" << be_idt_nl << "// For this class memory is never reallocated so the implementation" << be_nl << "// is *really* simple." << be_nl |