]> granicus.if.org Git - esp-idf/commitdiff
kconfig: Remove gperf 3.1+ incompatible kconf_conf_id forward declaration
authorAngus Gratton <angus@espressif.com>
Thu, 9 Feb 2017 01:12:28 +0000 (12:12 +1100)
committerAngus Gratton <angus@espressif.com>
Mon, 13 Feb 2017 23:01:44 +0000 (10:01 +1100)
Forward declaration was unused. gperf 3.1+ changed parameter type from
'unsigned int' to 'size_t'.

tools/kconfig/zconf.gperf

index ac498f01b449f43476bd9a97586c359d94eaa9bb..d1ede16a804c177294df887d148ea74a62c4ebde 100644 (file)
@@ -9,8 +9,6 @@
 
 struct kconf_id;
 
-static const struct kconf_id *kconf_id_lookup(register const char *str, register unsigned int len);
-
 %%
 mainmenu,      T_MAINMENU,     TF_COMMAND
 menu,          T_MENU,         TF_COMMAND