summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_root
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-12-31 20:25:59 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-12-31 20:25:59 +0000
commitd9a16b0458e0bcdcf67dfd9022a19244387adc16 (patch)
tree59616efb42747cad0654a69742c5ca2d937b4230 /TAO/TAO_IDL/be/be_visitor_root
parent934e34cf09e453ae28ac47a813cc6d77c9814c30 (diff)
downloadATCD-d9a16b0458e0bcdcf67dfd9022a19244387adc16.tar.gz
ChangeLogTag:Wed Dec 31 14:24:52 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_root')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_root/root.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_root/root.cpp b/TAO/TAO_IDL/be/be_visitor_root/root.cpp
index 2b4c7aa444d..0a81b779411 100644
--- a/TAO/TAO_IDL/be/be_visitor_root/root.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_root/root.cpp
@@ -1619,7 +1619,6 @@ be_visitor_root::visit_union_fwd (be_union_fwd *node)
status = node->accept (&visitor);
break;
}
- return 0; // nothing to be done
default:
return 0; // nothing to be done
}