From f2d80da2dec9d8db2026d16cbc421edc369cf9d4 Mon Sep 17 00:00:00 2001 From: Ryan Fleury Date: Sun, 3 May 2026 11:25:56 -0700 Subject: [PATCH] d2r2: remove markup --- src/rdi_from_dwarf/rdi_from_dwarf_2.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/rdi_from_dwarf/rdi_from_dwarf_2.c b/src/rdi_from_dwarf/rdi_from_dwarf_2.c index 4db8c035..9df25afa 100644 --- a/src/rdi_from_dwarf/rdi_from_dwarf_2.c +++ b/src/rdi_from_dwarf/rdi_from_dwarf_2.c @@ -1817,7 +1817,6 @@ d2r2_convert(Arena *arena, D2R2_ConvertParams *params) D2R2_UniqueTypeTagNode *n = push_array(scratch.arena, D2R2_UniqueTypeTagNode, 1); n->next = (D2R2_UniqueTypeTagNode *)slot_head_val; n->hash = hash; - // n->unit_idx = origin_unit_idx; n->info_off = start_off; U64 new_head_val = (U64)n; if(slot_head_val == ins_atomic_u64_eval_cond_assign(&unique_type_tag_slots[slot_idx], new_head_val, slot_head_val)) @@ -2368,7 +2367,6 @@ d2r2_convert(Arena *arena, D2R2_ConvertParams *params) }break; case DW_TagKind_SubProgram: case DW_TagKind_SubroutineType: - ProfScope("subprogram / subroutine (%.*s)", str8_varg(name)) { // rjf: build type dst_type = rdim_type_chunk_list_push(arena, &lane_types, lane_types_chunk_count);