mirror of
https://github.com/apache/nuttx.git
synced 2026-03-27 10:39:28 +08:00
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>