Skip to content

Commit b6ad541

Browse files
committed
kconfig: remove stale comment about removed kconfig_print_symbol()
This comment is about kconfig_print_symbol(), which was removed by commit 6ce45a9 ("kconfig: refactor conf_write_symbol()"). Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
1 parent e8b767f commit b6ad541

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

scripts/kconfig/confdata.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -658,13 +658,6 @@ static char *escape_string_value(const char *in)
658658
return out;
659659
}
660660

661-
/*
662-
* Kconfig configuration printer
663-
*
664-
* This printer is used when generating the resulting configuration after
665-
* kconfig invocation and `defconfig' files. Unset symbol might be omitted by
666-
* passing a non-NULL argument to the printer.
667-
*/
668661
enum output_n { OUTPUT_N, OUTPUT_N_AS_UNSET, OUTPUT_N_NONE };
669662

670663
static void __print_symbol(FILE *fp, struct symbol *sym, enum output_n output_n,

0 commit comments

Comments
 (0)