libc/semaphore: remove unused hander file

Signed-off-by: chao an <anchao@lixiang.com>
This commit is contained in:
chao an 2024-12-29 12:47:32 +08:00 committed by Xiang Xiao
parent 27a03b8278
commit dc82a296f7

View file

@ -24,8 +24,6 @@
* Included Files
****************************************************************************/
#include <assert.h>
#include <nuttx/semaphore.h>
/****************************************************************************