diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-16 21:46:05 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-16 21:46:05 +0000 |
commit | 3b4d59d72a7e3b9574edbfb540dd44a73fad7731 (patch) | |
tree | 85405e9b07a7b0d469b463d5c9d1ee4acfbeb9fb | |
parent | 3bf9996f1c680fa357e576d26408f497a2fced27 (diff) | |
download | ATCD-3b4d59d72a7e3b9574edbfb540dd44a73fad7731.tar.gz |
REmoved an unused arg.
-rw-r--r-- | TAO/TAO_IDL/be/be_visitor_array/cdr_op_cs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_array/cdr_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_array/cdr_op_cs.cpp index 11cfd6b6598..191fb97ca54 100644 --- a/TAO/TAO_IDL/be/be_visitor_array/cdr_op_cs.cpp +++ b/TAO/TAO_IDL/be/be_visitor_array/cdr_op_cs.cpp @@ -132,7 +132,7 @@ be_visitor_array_cdr_op_cs::visit_typedef (be_typedef *) // helper int -be_visitor_array_cdr_op_cs::visit_node (be_type *bt) +be_visitor_array_cdr_op_cs::visit_node (be_type *) { return 0; } |