From efe2ff3933ec61c574cb702daed21372f3d91b8d Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 6 Oct 2018 10:33:29 -0600 Subject: [PATCH] libs/libc/stdio/Kconfig: Commit d0254b1c796bd8c383ec840997856b3f19f3363e removed all usage of CONFIG_NOPRINTF_FIELDWIDTH but failed to remove the selection from the Kconfig file. --- libs/libc/stdio/Kconfig | 7 ------- 1 file changed, 7 deletions(-) diff --git a/libs/libc/stdio/Kconfig b/libs/libc/stdio/Kconfig index 214ae1f334..ae5ab4efb6 100644 --- a/libs/libc/stdio/Kconfig +++ b/libs/libc/stdio/Kconfig @@ -50,13 +50,6 @@ config NUNGET_CHARS ---help--- Number of characters that can be buffered by ungetc() (Only if NFILE_STREAMS > 0) -config NOPRINTF_FIELDWIDTH - bool "Disable sprintf support fieldwidth" - default n - ---help--- - sprintf-related logic is a little smaller if we do not support field - widths. - config LIBC_FLOATINGPOINT bool "Enable floating point in printf" default n