kconfig: kill no longer needed reference to YYDEBUG

Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
This commit is contained in:
Arnaud Lacombe
2011-05-23 02:08:18 -04:00
parent 61f956f576
commit b96a0d0c78
2 changed files with 0 additions and 10 deletions
-2
View File
@@ -68,9 +68,7 @@ struct kconf_id {
enum symbol_type stype;
};
#ifdef YYDEBUG
extern int zconfdebug;
#endif
int zconfparse(void);
void zconfdump(FILE *out);