提交 b6ad5416 编写于 作者: M Masahiro Yamada

kconfig: remove stale comment about removed kconfig_print_symbol()

This comment is about kconfig_print_symbol(), which was removed by
commit 6ce45a91 ("kconfig: refactor conf_write_symbol()").
Signed-off-by: NMasahiro Yamada <masahiroy@kernel.org>
上级 e8b767f5
...@@ -658,13 +658,6 @@ static char *escape_string_value(const char *in) ...@@ -658,13 +658,6 @@ static char *escape_string_value(const char *in)
return out; return out;
} }
/*
* Kconfig configuration printer
*
* This printer is used when generating the resulting configuration after
* kconfig invocation and `defconfig' files. Unset symbol might be omitted by
* passing a non-NULL argument to the printer.
*/
enum output_n { OUTPUT_N, OUTPUT_N_AS_UNSET, OUTPUT_N_NONE }; enum output_n { OUTPUT_N, OUTPUT_N_AS_UNSET, OUTPUT_N_NONE };
static void __print_symbol(FILE *fp, struct symbol *sym, enum output_n output_n, static void __print_symbol(FILE *fp, struct symbol *sym, enum output_n output_n,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册