diff options
author | johnvg | 2008-12-19 11:16:11 +0000 |
---|---|---|
committer | johnvg | 2008-12-19 11:16:11 +0000 |
commit | 50df2c926eebf8a75db3d272d9c88d6f458b70be (patch) | |
tree | ad81dce5e0229b7abc42243dcd93bdaf63fdc222 | |
parent | remove RecordNode, IdentNode, ApplyNode, ScopeNode and IndirectionNode (diff) |
remove unused field cl_exist_quant_typevars
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1706 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
-rw-r--r-- | backendC/CleanCompilerSources/syntax_tree_types.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backendC/CleanCompilerSources/syntax_tree_types.h b/backendC/CleanCompilerSources/syntax_tree_types.h index b7e87b1..1847e00 100644 --- a/backendC/CleanCompilerSources/syntax_tree_types.h +++ b/backendC/CleanCompilerSources/syntax_tree_types.h @@ -110,7 +110,6 @@ typedef struct constructor_list TypeNode cl_constructor; FieldList cl_fields; StateP cl_state_p; /* for constructors, union met cl_fields ? */ - TypeVarList cl_exist_quant_typevars; struct constructor_list * cl_next; } * ConstructorList; |