1
0
Эх сурвалжийг харах

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

Haojin Tang 1 долоо хоног өмнө
parent
commit
b27e405faa

+ 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