summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_module.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/ast_module.h')
-rw-r--r--TAO/TAO_IDL/include/ast_module.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/TAO/TAO_IDL/include/ast_module.h b/TAO/TAO_IDL/include/ast_module.h
index cf2dba748ca..12e2e23e434 100644
--- a/TAO/TAO_IDL/include/ast_module.h
+++ b/TAO/TAO_IDL/include/ast_module.h
@@ -231,12 +231,6 @@ public:
virtual
AST_PortType *fe_add_porttype (AST_PortType *pt);
- // Reset the last_in_same_parent_scope_ member to ourself
- // (called by AST_Root::destroy on the CORBA module containing
- // the basic types, since it isn't destroyed between processing
- // multiple IDL files.
- void reset_last_in_same_parent_scope (void);
-
private: // Data
bool pd_has_nested_valuetype_;