mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-03-11 03:13:06 +00:00
first step to getting rid of those unions we don't use anyway
This commit is contained in:
parent
a0fa90ddd5
commit
ef6e2bd583
1 changed files with 0 additions and 9 deletions
9
ast.h
9
ast.h
|
@ -683,14 +683,6 @@ bool ast_generate_accessors(ast_value *asvalue, ir_builder *ir);
|
|||
union ast_expression_u
|
||||
{
|
||||
ast_expression_common expression;
|
||||
|
||||
ast_value value;
|
||||
ast_binary binary;
|
||||
ast_block block;
|
||||
ast_ternary ternary;
|
||||
ast_ifthen ifthen;
|
||||
ast_store store;
|
||||
ast_entfield entfield;
|
||||
};
|
||||
|
||||
/* Node union
|
||||
|
@ -698,7 +690,6 @@ union ast_expression_u
|
|||
union ast_node_u
|
||||
{
|
||||
ast_node_common node;
|
||||
ast_expression expression;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue