Remove the typedef for the non-existent type_argument_t.
authorChristoph Mallon <christoph.mallon@gmx.de>
Tue, 8 May 2012 08:20:26 +0000 (10:20 +0200)
committerChristoph Mallon <christoph.mallon@gmx.de>
Tue, 8 May 2012 08:20:26 +0000 (10:20 +0200)
ast.h

diff --git a/ast.h b/ast.h
index 645ff48..2d361fd 100644 (file)
--- a/ast.h
+++ b/ast.h
@@ -32,7 +32,6 @@ typedef struct compound_literal_expression_t         compound_literal_expression
 typedef struct reference_expression_t                reference_expression_t;
 typedef struct cast_expression_t                     cast_expression_t;
 typedef struct call_argument_t                       call_argument_t;
-typedef struct type_argument_t                       type_argument_t;
 typedef struct call_expression_t                     call_expression_t;
 typedef struct binary_expression_t                   binary_expression_t;
 typedef struct unary_expression_t                    unary_expression_t;