diff options
| author | nasr <nsrddyn@gmail.com> | 2026-04-16 17:10:02 +0200 |
|---|---|---|
| committer | nasr <nsrddyn@gmail.com> | 2026-04-16 17:10:02 +0200 |
| commit | 8ea6a3c8621287d11296b8300029f32a27743d9a (patch) | |
| tree | cd12aa5fcd3e058fa74b45705c7b82524658d444 /source/base/base_hash.c | |
| parent | f430bfe8f71430032bec689bf0bbdc94ac409c22 (diff) | |
feature(checkpoint): checkpoint cleaning up base library
Diffstat (limited to 'source/base/base_hash.c')
| -rw-r--r-- | source/base/base_hash.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/source/base/base_hash.c b/source/base/base_hash.c deleted file mode 100644 index c309a9a..0000000 --- a/source/base/base_hash.c +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | |||
| 2 | internal u64 | ||
| 3 | generate_hash() | ||
| 4 | { | ||
| 5 | // TODO(nasr): | ||
| 6 | return 0; | ||
| 7 | } | ||
| 8 | |||
| 9 | internal hash_map | ||
| 10 | make_hash_map | ||
| 11 | { | ||
| 12 | |||
| 13 | // TODO(nasr): | ||
| 14 | |||
| 15 | return {0}; | ||
| 16 | |||
| 17 | } | ||
| 18 | |||
