summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/global_extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/global_extern.h')
-rw-r--r--TAO/TAO_IDL/include/global_extern.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/TAO/TAO_IDL/include/global_extern.h b/TAO/TAO_IDL/include/global_extern.h
index 6bf7335c34d..e9eef69e8d6 100644
--- a/TAO/TAO_IDL/include/global_extern.h
+++ b/TAO/TAO_IDL/include/global_extern.h
@@ -70,17 +70,9 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "TAO_IDL_FE_Export.h"
#include "idl_global.h"
-class AST_Decl;
-
-// global_extern.hh - Global data for the IDL compiler
+// global_extern.h - Global data for the IDL compiler
extern TAO_IDL_FE_Export IDL_GlobalData *idl_global;
-// Contains all "global" data
-
-// Global functions for the IDL compiler
-
-// Return TRUE when the name of this AST_Decl can be reused in
-// a definition in this scope
-extern bool can_be_redefined (AST_Decl *);
+// Contains all "global" data for the frontend.
#endif // _GLOBAL_EXTERN_GLOBAL_EXTERN_HH