From 3eb8aa826823197bf0be223f9bccffdfeb366ebd Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sun, 17 Jun 2018 10:29:20 +0100 Subject: Modify CommentGroup parsing --- src/common.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/common.cpp') diff --git a/src/common.cpp b/src/common.cpp index 686105dbb..12c3457ac 100644 --- a/src/common.cpp +++ b/src/common.cpp @@ -302,7 +302,6 @@ typedef struct Arena { gbMutex mutex; isize total_used; - isize possible_used; } Arena; #define ARENA_MIN_ALIGNMENT 16 -- cgit v1.2.3