summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ss.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ss.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ss.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ss.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ss.cpp
index 499bc04426a..9f83d277dfb 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ss.cpp
@@ -53,9 +53,6 @@ be_visitor_valuetype_ss::visit_valuetype (be_valuetype *node)
const char *full_skel_name = full_skel_name_holder.c_str ();
- ACE_CString flat_name_holder =
- this->generate_flat_name (node);
-
*os << be_nl << "// TAO_IDL - Generated from" << be_nl
<< "// " << __FILE__ << ":" << __LINE__ << be_nl_2;
@@ -128,12 +125,6 @@ be_visitor_valuetype_ss::visit_eventtype (be_eventtype *node)
}
ACE_CString
-be_visitor_valuetype_ss::generate_flat_name (be_valuetype *node)
-{
- return ACE_CString (node->flat_name ());
-}
-
-ACE_CString
be_visitor_valuetype_ss::generate_local_name (be_valuetype *node)
{
return ACE_CString (node->local_name ());