libc: Remove LIBC_ERR from libs/libc/misc/Kconfig

forget in https://github.com/apache/incubator-nuttx/pull/6805

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2022-09-16 14:28:18 +08:00 committed by Petro Karashchenko
parent 521f870965
commit 9c229a0173

View File

@ -68,9 +68,3 @@ config MEM_FD_VFS_PATH
depends on FS_TMPFS
---help---
The relative path to where memfd will exist in the tmpfs namespace.
config LIBC_ERR
bool "Support err() verr() verrx() warn() vwarn() vwarnx()"
default y
---help---
Support err() verr() verrx() warn() vwarn() vwarnx(). Default: y