Skip to content

Commit ac79f9f

Browse files
committed
codeql: remove commented out code
1 parent 42d5e6e commit ac79f9f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

code/source/essentials/memory_custom.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ ZPL_ALLOCATOR_PROC(zpl_arena_allocator_proc) {
176176

177177
// NOTE: Out of memory
178178
if (arena->total_allocated + total_size > cast(zpl_isize) arena->total_size) {
179-
// zpl__printf_err("%s", "Arena out of memory\n");
180179
return NULL;
181180
}
182181

0 commit comments

Comments
 (0)