remove arena per section

This commit is contained in:
Nikita Smith
2025-06-25 10:53:22 -07:00
committed by Ryan Fleury
parent 8da56025b3
commit 86fe2ddd38
2 changed files with 1 additions and 3 deletions
-1
View File
@@ -60,7 +60,6 @@ typedef struct LNK_SectionDefinition
typedef struct LNK_Section
{
Arena *arena;
U64 id;
String8 name;
COFF_SectionFlags flags;