summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/CCF/IDL2/Parser.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/CCF/CCF/IDL2/Parser.hpp')
-rw-r--r--TAO/CIAO/CCF/CCF/IDL2/Parser.hpp11
1 files changed, 1 insertions, 10 deletions
diff --git a/TAO/CIAO/CCF/CCF/IDL2/Parser.hpp b/TAO/CIAO/CCF/CCF/IDL2/Parser.hpp
index b0e307024c5..29ee5da0426 100644
--- a/TAO/CIAO/CCF/CCF/IDL2/Parser.hpp
+++ b/TAO/CIAO/CCF/CCF/IDL2/Parser.hpp
@@ -734,10 +734,7 @@ namespace CCF
act_typedef_begin;
OneArgAction<IdentifierPtr, SemanticAction::Typedef>
- act_typedef_begin_unbounded_seq;
-
- OneArgAction<IdentifierPtr, SemanticAction::Typedef>
- act_typedef_begin_bounded_seq;
+ act_typedef_begin_seq;
NoArgAction<SemanticAction::Typedef>
act_typedef_begin_bounded_string;
@@ -745,12 +742,6 @@ namespace CCF
NoArgAction<SemanticAction::Typedef>
act_typedef_begin_bounded_wstring;
- NoArgAction<SemanticAction::Typedef>
- act_typedef_begin_array;
-
- NoArgAction<SemanticAction::Typedef>
- act_typedef_bound;
-
OneArgAction<SimpleIdentifierPtr, SemanticAction::Typedef>
act_typedef_declarator;