summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/ast/ast_decl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/ast/ast_decl.cpp')
-rw-r--r--TAO/TAO_IDL/ast/ast_decl.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/ast/ast_decl.cpp b/TAO/TAO_IDL/ast/ast_decl.cpp
index ecc697cdf05..34648949f09 100644
--- a/TAO/TAO_IDL/ast/ast_decl.cpp
+++ b/TAO/TAO_IDL/ast/ast_decl.cpp
@@ -268,9 +268,6 @@ AST_Decl::destroy (void)
delete [] this->flat_name_;
this->flat_name_ = 0;
-
- delete this->annotation_appls_;
- this->annotation_appls_ = 0;
}
AST_Decl *