删除无用的C版本bitree和ida/idr. (#526)

这些数据结构不再使用,将其删除.
This commit is contained in:
LoGin
2024-02-19 11:17:23 +08:00
committed by GitHub
parent 196b75dc17
commit 701589559f
15 changed files with 1 additions and 2972 deletions

View File

@ -36,7 +36,7 @@ export ASFLAGS := --64
LD_LIST := ""
kernel_subdirs := common driver debug exception smp syscall ktest libs time
kernel_subdirs := common driver debug exception smp syscall libs time
kernel_rust: