From 58e3054794cde4148267d81c80cc3109fbd19298 Mon Sep 17 00:00:00 2001 From: katherine Date: Wed, 29 May 2019 17:11:35 -0700 Subject: update usage checking --- src/analyse.h | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'src/analyse.h') diff --git a/src/analyse.h b/src/analyse.h index 77594c2..539e003 100644 --- a/src/analyse.h +++ b/src/analyse.h @@ -18,21 +18,9 @@ struct analyse_tree_s { }; struct analyse_result_s { + bool uses_type[PARSE_TYPE_HASH_DEFTYPE]; bool uses_array; bool uses_hash; - bool uses_bool; - bool uses_string; - bool uses_id; - bool uses_int; - bool uses_intl; - bool uses_intll; - bool uses_uint; - bool uses_uintl; - bool uses_uintll; - bool uses_float; - bool uses_double; - bool uses_doublel; - bool hash_types[PARSE_TYPE_ARRAY_BOOL]; struct analyse_tree_s deftype_tree; struct analyse_tree_s var_tree; }; -- cgit v1.2.3