mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-29 09:24:33 +00:00
Modify CommentGroup parsing
This commit is contained in:
@@ -302,7 +302,6 @@ typedef struct Arena {
|
||||
gbMutex mutex;
|
||||
|
||||
isize total_used;
|
||||
isize possible_used;
|
||||
} Arena;
|
||||
|
||||
#define ARENA_MIN_ALIGNMENT 16
|
||||
|
||||
Reference in New Issue
Block a user