aboutsummaryrefslogtreecommitdiff
path: root/src/common.cpp
diff options
context:
space:
mode:
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 b922980db..1208349b4 100644
--- a/src/common.cpp
+++ b/src/common.cpp
@@ -63,7 +63,6 @@ GB_ALLOCATOR_PROC(heap_allocator_proc) {
#else
case gbAllocation_Alloc:
// TODO(bill): Make sure this is aligned correctly
- // ptr = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, align_formula_isize(size, alignment));
ptr = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, align_formula_isize(size, alignment));
break;
case gbAllocation_Free: