aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2020-07-25 01:22:17 +0200
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2020-07-27 23:44:29 +0200
commit35e691359a4cbe675efc366d1384f09d7b33bb43 (patch)
tree89f0d2a832422aecf2e81b120c8bba990313f393
parenteb6779f6f62173672b533cfbbff59758f710fb4f (diff)
downloadsparse-35e691359a4cbe675efc366d1384f09d7b33bb43.tar.gz
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 <luc.vanoostenryck@gmail.com>
-rw-r--r--expression.h1
1 files changed, 0 insertions, 1 deletions
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;
};
};
};