Remove unused file

This commit is contained in:
gingerBill
2021-04-25 20:31:35 +01:00
parent 7086b49ae6
commit 4662bad59c
2 changed files with 0 additions and 259 deletions
-1
View File
@@ -167,7 +167,6 @@ GB_ALLOCATOR_PROC(heap_allocator_proc) {
#include "unicode.cpp"
#include "array.cpp"
#include "string.cpp"
#include "murmurhash3.cpp"
#define for_array(index_, array_) for (isize index_ = 0; index_ < (array_).count; index_++)