diff options
author | Arnaud Lacombe <lacombar@gmail.com> | 2011-05-23 08:08:18 +0200 |
---|---|---|
committer | Arnaud Lacombe <lacombar@gmail.com> | 2011-06-09 20:04:43 +0200 |
commit | b96a0d0c78c878db6e6b5c02587ba69973e22d41 (patch) | |
tree | 590529b064b44e4d22f735866aceb9d0219bceda /scripts/kconfig/lkc.h | |
parent | kconfig: constify `kconf_id_lookup' (diff) | |
download | linux-b96a0d0c78c878db6e6b5c02587ba69973e22d41.tar.xz linux-b96a0d0c78c878db6e6b5c02587ba69973e22d41.zip |
kconfig: kill no longer needed reference to YYDEBUG
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
Diffstat (limited to 'scripts/kconfig/lkc.h')
-rw-r--r-- | scripts/kconfig/lkc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/kconfig/lkc.h b/scripts/kconfig/lkc.h index febf0c94d558..f34a0a9b50f1 100644 --- a/scripts/kconfig/lkc.h +++ b/scripts/kconfig/lkc.h @@ -68,9 +68,7 @@ struct kconf_id { enum symbol_type stype; }; -#ifdef YYDEBUG extern int zconfdebug; -#endif int zconfparse(void); void zconfdump(FILE *out); |