From bcf4c2ebce03699110d13608999510c43fa959df Mon Sep 17 00:00:00 2001 From: nasr Date: Tue, 10 Mar 2026 22:27:32 +0000 Subject: refactor(main): b_tree implementation. single header thing --- source/base/base_io.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/base/base_io.h') diff --git a/source/base/base_io.h b/source/base/base_io.h index 85fedc7..a90b41e 100644 --- a/source/base/base_io.h +++ b/source/base/base_io.h @@ -32,7 +32,4 @@ print(const char *str) } -#define Os_read(buffer, buffer_count) - - #endif /* BASE_IO_H */ -- cgit v1.3