aboutsummaryrefslogtreecommitdiff
path: root/src/common.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2018-02-04 20:07:05 +0000
committergingerBill <bill@gingerbill.org>2018-02-04 20:07:05 +0000
commited2f49e8d2f91c1eed1c597946407039d0524465 (patch)
tree92322e37a3831a8b03f1185dfcd9713724e1b89d /src/common.cpp
parent8a76a370a984d511846cfac749587a3ab5f9f47e (diff)
Remove dead code; Fix issue regarding order of evaluation of function parameters (in C++) depending on the compiler (clang vs gcc vs msvc)
Diffstat (limited to 'src/common.cpp')
-rw-r--r--src/common.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common.cpp b/src/common.cpp
index 1208349b4..102927058 100644
--- a/src/common.cpp
+++ b/src/common.cpp
@@ -127,7 +127,6 @@ GB_ALLOCATOR_PROC(heap_allocator_proc) {
#include "unicode.cpp"
#include "string.cpp"
#include "array.cpp"
-// #include "integer128.cpp"
#include "murmurhash3.cpp"
#define for_array(index_, array_) for (isize index_ = 0; index_ < (array_).count; index_++)