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, 1 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/ast/ast_decl.cpp b/TAO/TAO_IDL/ast/ast_decl.cpp
index e12813d44f0..fcbd3de24ab 100644
--- a/TAO/TAO_IDL/ast/ast_decl.cpp
+++ b/TAO/TAO_IDL/ast/ast_decl.cpp
@@ -1659,8 +1659,7 @@ AST_Decl::builtin () const
bool
AST_Decl::should_be_dumped () const
{
- bool is_builtin = builtin ();
- return !is_builtin || (is_builtin && idl_global->dump_builtins_);
+ return !builtin () || idl_global->dump_builtins_;
}
AST_Annotation_Appls &