summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_scope.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_scope.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_scope.cpp13
1 files changed, 1 insertions, 12 deletions
diff --git a/TAO/TAO_IDL/be/be_scope.cpp b/TAO/TAO_IDL/be/be_scope.cpp
index c7fde75337d..a02e4a334a9 100644
--- a/TAO/TAO_IDL/be/be_scope.cpp
+++ b/TAO/TAO_IDL/be/be_scope.cpp
@@ -71,18 +71,7 @@ be_scope::decl (void)
void
be_scope::destroy (void)
{
- for (UTL_ScopeActiveIterator iter (this, IK_decls);
- !iter.is_done ();
- iter.next ())
- {
- AST_Decl *i = iter.item ();
- i->destroy ();
- delete i;
- i = 0;
- }
- // Still some glitches, but the call should eventually
- // be made here.
- // UTL_Scope::destroy ();
+ UTL_Scope::destroy ();
}
int