From 50df2c926eebf8a75db3d272d9c88d6f458b70be Mon Sep 17 00:00:00 2001 From: johnvg Date: Fri, 19 Dec 2008 11:16:11 +0000 Subject: 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 --- backendC/CleanCompilerSources/syntax_tree_types.h | 1 - 1 file changed, 1 deletion(-) 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; -- cgit v1.2.3