From ed2f49e8d2f91c1eed1c597946407039d0524465 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sun, 4 Feb 2018 20:07:05 +0000 Subject: Remove dead code; Fix issue regarding order of evaluation of function parameters (in C++) depending on the compiler (clang vs gcc vs msvc) --- src/common.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/common.cpp') 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_++) -- cgit v1.2.3