-
Notifications
You must be signed in to change notification settings - Fork 253
Description
Is your feature request related to a problem? Please describe.
Can't reach:
osal/src/os/posix/src/os-impl-binsem.c
Lines 217 to 220 in 09a2c5e
| if (cond_created) | |
| { | |
| pthread_cond_destroy(&(sem->cv)); | |
| } |
Describe the solution you'd like
Refactor to eliminate dead code.
Describe alternatives you've considered
None
Additional context
Static analysis warning
Requester Info
Jacob Hageman - NASA/GSFC
Reactions are currently unavailable