summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-11-02 19:28:50 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-11-02 19:28:50 +0000
commit539e51abe9c21df7822db6b8ddc1abd446ae9917 (patch)
tree6ab1ec2144588fb98114fb4dad78de36648defc9
parenta477f0bcb53fcda1920e312bb901f8d53e9c452e (diff)
downloadATCD-539e51abe9c21df7822db6b8ddc1abd446ae9917.tar.gz
ChangeLogTag: Tue Nov 2 12:23:20 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/operation_ch.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/operation_ch.cpp b/TAO/TAO_IDL/be/be_visitor_operation/operation_ch.cpp
index 5df8b45311e..795c4a63cd4 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/operation_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/operation_ch.cpp
@@ -45,9 +45,6 @@ be_visitor_operation_ch::visit_operation (be_operation *node)
*os << be_nl << be_nl << "// TAO_IDL - Generated from" << be_nl
<< "// " << __FILE__ << ":" << __LINE__ << be_nl << be_nl;
- const char *name = ScopeAsDecl (node->defined_in ())->full_name ();
- *os << "// " << name << be_nl << be_nl;
-
// Every operation is declared virtual in the client code.
*os << "virtual ";