summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/fe_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/fe_utils.h')
-rw-r--r--TAO/TAO_IDL/include/fe_utils.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/TAO/TAO_IDL/include/fe_utils.h b/TAO/TAO_IDL/include/fe_utils.h
index c04ef286dde..274627acbf5 100644
--- a/TAO/TAO_IDL/include/fe_utils.h
+++ b/TAO/TAO_IDL/include/fe_utils.h
@@ -32,37 +32,6 @@ struct TAO_IDL_FE_Export FE_Utils
static bool duplicate_param_id (T_PARAMLIST_INFO *params);
- struct T_Ref_Info
- {
- UTL_ScopedName *name_;
- UTL_StrList *params_;
-
- T_Ref_Info (void);
- T_Ref_Info (UTL_ScopedName *n, UTL_StrList *strs);
-
- void destroy (void);
- };
-
- typedef ACE_Unbounded_Queue<T_Ref_Info> T_REFLIST_INFO;
-
- struct T_Port_Info
- {
- ACE_CString name_;
- AST_PortType *type_;
-
- T_Port_Info (const char *name, AST_PortType *type);
- };
-
- struct T_Inst_Info
- {
- UTL_ScopedName *name_;
- UTL_NameList *args_;
-
- T_Inst_Info (UTL_ScopedName *n, UTL_NameList *args);
-
- void destroy (void);
- };
-
struct T_ARGLIST : ACE_Unbounded_Queue<AST_Decl *>
{
void destroy (void);