summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-09-01 01:29:51 +0000
committerkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-09-01 01:29:51 +0000
commit4b275d5a37feac9cd1942e8679700398942b8f26 (patch)
treec92a91fa9c4cb90c4ac42b6680586bcc0724f820 /TAO
parent7b25633007291df17d6edd7512f49ed28c8cb723 (diff)
downloadATCD-4b275d5a37feac9cd1942e8679700398942b8f26.tar.gz
Removed unecessary lebgth decl
Diffstat (limited to 'TAO')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/interceptors_ss.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/interceptors_ss.cpp b/TAO/TAO_IDL/be/be_visitor_operation/interceptors_ss.cpp
index 33f6832bb4e..76dc3d88347 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/interceptors_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/interceptors_ss.cpp
@@ -229,7 +229,6 @@ be_visitor_operation_interceptors_ss::visit_operation (be_operation *node)
}
else
{
- *os << "CORBA::ULong length = 0;" << be_nl;
// The insertion operator is different for different nodes.
// We change our scope to go to the argument scope to
// be able to decide this.