Skip to content

Commit b27e405

Browse files
Tang-HaojinRbb666
authored andcommitted
fix(riscv, cpp): remove rt_hw_cpu_id in cpuport.h to fix error
1 parent 483117f commit b27e405

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libcpu/risc-v/common64/cpuport.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ rt_inline void rt_hw_isb(void)
4343
__asm__ volatile(OPC_FENCE_I:::"memory");
4444
}
4545

46-
int rt_hw_cpu_id(void);
47-
4846
#endif
4947

5048
#endif

0 commit comments

Comments
 (0)