diff options
| author | gingerBill <bill@gingerbill.org> | 2021-04-25 20:31:35 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-04-25 20:31:35 +0100 |
| commit | 4662bad59ccc08278c63a33b798cdda8e0f5e388 (patch) | |
| tree | 746dbc931eada5dac16ecdbc14ed7a64cb410bbc /src/common.cpp | |
| parent | 7086b49ae6755292232d9175d12bd76d93290b9c (diff) | |
Remove unused file
Diffstat (limited to 'src/common.cpp')
| -rw-r--r-- | src/common.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common.cpp b/src/common.cpp index 9786bd41d..a70f9c629 100644 --- a/src/common.cpp +++ b/src/common.cpp @@ -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_++) |