From 2c088ff7ae2a6fc20a79f11df61b0099715cb1b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 1 May 2015 21:53:01 +0200 Subject: Fix parse_kconfig symlist_el variables type --- scripts/parse_kconfig/symlist.c | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/parse_kconfig/symlist.c') diff --git a/scripts/parse_kconfig/symlist.c b/scripts/parse_kconfig/symlist.c index 99532fb..62cdd6c 100644 --- a/scripts/parse_kconfig/symlist.c +++ b/scripts/parse_kconfig/symlist.c @@ -19,7 +19,6 @@ void symlist_add(struct symlist *sl, char *name) { sl->array[sl->pos].name = name; sl->array[sl->pos].prompt = false; sl->array[sl->pos].def = NULL; - sl->array[sl->pos].def_size = 0; sl->array[sl->pos].dep = NULL; sl->array[sl->pos].rev_dep = NULL; output_push_symbol((unsigned) sl->pos + 1, name); -- cgit v1.2.3