소스 검색

fix(riscv, cpp): remove `rt_hw_cpu_id` in `cpuport.h` to fix error

Haojin Tang 1 주 전
부모
커밋
b27e405faa
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      libcpu/risc-v/common64/cpuport.h

+ 0 - 2
libcpu/risc-v/common64/cpuport.h

@@ -43,8 +43,6 @@ rt_inline void rt_hw_isb(void)
     __asm__ volatile(OPC_FENCE_I:::"memory");
 }
 
-int rt_hw_cpu_id(void);
-
 #endif
 
 #endif