got past init

This commit is contained in:
ed
2025-02-09 05:40:04 -05:00
parent d867a8b0c0
commit 0485058938
9 changed files with 40 additions and 31 deletions
-2
View File
@@ -37,7 +37,6 @@ void
log_msgf(LogMsgKind kind, char *fmt, ...) {
if(log_active != 0)
{
// TODO(Ed): Review
TempArena scratch = scratch_begin(0, 0);
va_list args;
@@ -77,7 +76,6 @@ log_scope_end(Arena *arena)
if(arena != 0)
{
for (each_enum_val(LogMsgKind, kind)) {
// TODO(Ed): Review
TempArena scratch = scratch_begin(&arena, 1);
String8
result_unindented = str8_list_join(scratch.arena, &scope->strings[kind], 0);