summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be')
-rw-r--r--TAO/TAO_IDL/be/be_codegen.cpp1
-rw-r--r--TAO/TAO_IDL/be/be_visitor_amh_pre_proc.cpp1
-rw-r--r--TAO/TAO_IDL/be/be_visitor_argument/vardecl_ss.cpp1
-rw-r--r--TAO/TAO_IDL/be/be_visitor_connector/facet_ami_exh.cpp1
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/direct_proxy_impl_ss.cpp1
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuebox/valuebox_ci.cpp1
6 files changed, 0 insertions, 6 deletions
diff --git a/TAO/TAO_IDL/be/be_codegen.cpp b/TAO/TAO_IDL/be/be_codegen.cpp
index d61acfd99b3..988d7442bfe 100644
--- a/TAO/TAO_IDL/be/be_codegen.cpp
+++ b/TAO/TAO_IDL/be/be_codegen.cpp
@@ -2338,7 +2338,6 @@ TAO_CodeGen::gen_stub_hdr_includes ()
this->client_header_);
-
if (idl_global->abstract_iface_seen_ || idl_global->abstractbase_seen_)
{
// Include the AbstractBase file from the Valuetype library.
diff --git a/TAO/TAO_IDL/be/be_visitor_amh_pre_proc.cpp b/TAO/TAO_IDL/be/be_visitor_amh_pre_proc.cpp
index 87b095402ab..1939360a4aa 100644
--- a/TAO/TAO_IDL/be/be_visitor_amh_pre_proc.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_amh_pre_proc.cpp
@@ -738,7 +738,6 @@ be_visitor_amh_pre_proc::generate_name (ACE_CString &destination,
}
-
be_operation *
be_visitor_amh_pre_proc::generate_get_operation (be_attribute *node)
{
diff --git a/TAO/TAO_IDL/be/be_visitor_argument/vardecl_ss.cpp b/TAO/TAO_IDL/be/be_visitor_argument/vardecl_ss.cpp
index f8505ad354a..de4f218b6f7 100644
--- a/TAO/TAO_IDL/be/be_visitor_argument/vardecl_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_argument/vardecl_ss.cpp
@@ -432,7 +432,6 @@ be_visitor_args_vardecl_ss::emit_common (
}
-
int
be_visitor_args_vardecl_ss::emit_common2 (be_type *node)
{
diff --git a/TAO/TAO_IDL/be/be_visitor_connector/facet_ami_exh.cpp b/TAO/TAO_IDL/be/be_visitor_connector/facet_ami_exh.cpp
index b8a19f5ce7b..4d14ced3194 100644
--- a/TAO/TAO_IDL/be/be_visitor_connector/facet_ami_exh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_connector/facet_ami_exh.cpp
@@ -321,7 +321,6 @@ be_visitor_facet_ami_exh::gen_facet_executor_class ()
sync_iface->get_insert_queue ().enqueue_tail (sync_iface);
-
Facet_AMI_ExecH_Op_Attr_Generator op_attr_gen (this);
int status =
sync_iface->traverse_inheritance_graph(
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/direct_proxy_impl_ss.cpp b/TAO/TAO_IDL/be/be_visitor_operation/direct_proxy_impl_ss.cpp
index f1918f568b1..e24d7d6d397 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/direct_proxy_impl_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/direct_proxy_impl_ss.cpp
@@ -129,7 +129,6 @@ be_visitor_operation_direct_proxy_impl_ss::visit_operation (
}
-
int
be_visitor_operation_direct_proxy_impl_ss::gen_invoke (
be_visitor_context & /*ctx*/,
diff --git a/TAO/TAO_IDL/be/be_visitor_valuebox/valuebox_ci.cpp b/TAO/TAO_IDL/be/be_visitor_valuebox/valuebox_ci.cpp
index 429e571b166..8f86b379ac5 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuebox/valuebox_ci.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuebox/valuebox_ci.cpp
@@ -558,7 +558,6 @@ be_visitor_valuebox_ci::visit_union (be_union *node)
}
-
int
be_visitor_valuebox_ci::emit_for_predef_enum (be_type *node,
const char * type_suffix,