Cleanup: Remove unused hakmem_libc.c (duplicate of hakmem_syscall.c)

- File was not included in Makefile OBJS_BASE
- Functions already implemented in hakmem_syscall.c
- Size: 361 bytes removed
This commit is contained in:
Moe Charm (CI)
2025-11-26 13:03:17 +09:00
parent 9d74f7e57d
commit 6b38bc840e
5 changed files with 98 additions and 107 deletions

View File

@ -15,7 +15,8 @@ core/box/front_gate_classifier.o: core/box/front_gate_classifier.c \
core/box/../hakmem_build_flags.h core/box/../hakmem_internal.h \
core/box/../hakmem.h core/box/../hakmem_config.h \
core/box/../hakmem_features.h core/box/../hakmem_sys.h \
core/box/../hakmem_whale.h core/box/../hakmem_tiny_config.h
core/box/../hakmem_whale.h core/box/../hakmem_tiny_config.h \
core/box/../pool_tls_registry.h
core/box/front_gate_classifier.h:
core/box/../tiny_region_id.h:
core/box/../hakmem_build_flags.h:
@ -42,3 +43,4 @@ core/box/../hakmem_features.h:
core/box/../hakmem_sys.h:
core/box/../hakmem_whale.h:
core/box/../hakmem_tiny_config.h:
core/box/../pool_tls_registry.h: