summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/ast/ast_root.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/ast/ast_root.cpp')
-rw-r--r--TAO/TAO_IDL/ast/ast_root.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/ast/ast_root.cpp b/TAO/TAO_IDL/ast/ast_root.cpp
index 220b85babc3..51106457bd3 100644
--- a/TAO/TAO_IDL/ast/ast_root.cpp
+++ b/TAO/TAO_IDL/ast/ast_root.cpp
@@ -220,6 +220,3 @@ AST_Root::fini (void)
this->UTL_Scope::destroy ();
this->AST_Decl::destroy ();
}
-
-IMPL_NARROW_FROM_DECL(AST_Root)
-IMPL_NARROW_FROM_SCOPE(AST_Root)