From: Michael Olbrich Date: Tue, 2 Nov 2010 20:16:11 +0100 Subject: [PATCH] nconf: remove special P_COMMENT output This is like the patch reversing 48874077ddd6c0c444758059af2cf77c10204ece Signed-off-by: Michael Olbrich --- scripts/kconfig/nconf.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/scripts/kconfig/nconf.c b/scripts/kconfig/nconf.c index d42d534a66cd..99951c7c9ba1 100644 --- a/scripts/kconfig/nconf.c +++ b/scripts/kconfig/nconf.c @@ -767,15 +767,6 @@ static void build_conf(struct menu *menu) if (single_menu_mode && menu->data) goto conf_childs; return; - case P_COMMENT: - if (prompt) { - child_count++; - item_make(menu, ':', - " %*c*** %s ***", - indent + 1, ' ', - _(prompt)); - } - break; default: if (prompt) { child_count++;