Explorar o código

fix: 删除semaphore的多余函数声明

fslongjin %!s(int64=2) %!d(string=hai) anos
pai
achega
26a6edee71
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      kernel/common/semaphore.h

+ 0 - 2
kernel/common/semaphore.h

@@ -24,8 +24,6 @@ typedef struct
     wait_queue_node_t wait_queue;
 } semaphore_t;
 
-void __semaphore_invoke_sched();
-void __semaphore_sched_enqueue(struct process_control_block *pcb);
 
 /**
  * @brief 初始化信号量