From 35e691359a4cbe675efc366d1384f09d7b33bb43 Mon Sep 17 00:00:00 2001 From: Luc Van Oostenryck Date: Sat, 25 Jul 2020 01:22:17 +0200 Subject: remove unsed field for EXPR_GENERIC The field 'result' have been committed by inadvertence in the initial commit. Remove it now. Signed-off-by: Luc Van Oostenryck --- expression.h | 1 - 1 file changed, 1 deletion(-) diff --git a/expression.h b/expression.h index 07fe8502..3e9e9d85 100644 --- a/expression.h +++ b/expression.h @@ -261,7 +261,6 @@ struct expression { struct expression *control; struct expression *def; struct type_expression *map; - struct expression *result; }; }; }; -- cgit 1.2.3-korg