nuttx/libs/libc/regex
yukangzhi 8cdf58d124 libs/libc/regex: remove logically dead code in regcomp.c
This change removes redundant and unreachable checks of `status != REG_OK`
that were reported by static code scanning. Two occurrences were fixed in
`libs/libc/regex/regcomp.c`

Signed-off-by: yukangzhi <yukangzhi@xiaomi.com>
2026-01-24 19:28:56 +08:00
..
CMakeLists.txt libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
Kconfig
Make.defs libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
regcomp.c libs/libc/regex: remove logically dead code in regcomp.c 2026-01-24 19:28:56 +08:00
regerror.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
regexec.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
tre-mem.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
tre.h libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00