Skip to content

Commit

Permalink
rm commented out types
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-schwarz committed Feb 18, 2022
1 parent c30ddd8 commit 61b65e5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/frontc/cparser.mly
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,6 @@ let transformOffsetOf (speclist, dtype) member =
%type <Cabs.expression list * cabsloc> paren_comma_expression
%type <Cabs.expression list> arguments
%type <Cabs.expression list> bracket_comma_expression
/* %type <int64 list Queue.t * cabsloc> string_list */
/* %type <int64 list * cabsloc> wstring_list */

%type <Cabs.initwhat * Cabs.init_expression> initializer
%type <(Cabs.initwhat * Cabs.init_expression) list> initializer_list
Expand Down

0 comments on commit 61b65e5

Please sign in to comment.