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

@ -5,8 +5,8 @@ pool_tls_remote.o: core/pool_tls_remote.c core/pool_tls_remote.h \
core/hakmem_tiny_config.h core/ptr_track.h core/hakmem_super_registry.h \
core/hakmem_tiny_superslab.h core/superslab/superslab_types.h \
core/hakmem_tiny_superslab_constants.h core/superslab/superslab_inline.h \
core/superslab/superslab_types.h core/tiny_debug_ring.h \
core/tiny_remote.h
core/superslab/superslab_types.h core/superslab/../tiny_box_geometry.h \
core/tiny_debug_ring.h core/tiny_remote.h
core/pool_tls_remote.h:
core/box/tiny_next_ptr_box.h:
core/hakmem_tiny_config.h:
@ -23,5 +23,6 @@ core/superslab/superslab_types.h:
core/hakmem_tiny_superslab_constants.h:
core/superslab/superslab_inline.h:
core/superslab/superslab_types.h:
core/superslab/../tiny_box_geometry.h:
core/tiny_debug_ring.h:
core/tiny_remote.h: