aboutsummaryrefslogtreecommitdiff
path: root/src/common.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.cpp')
-rw-r--r--src/common.cpp1
1 files changed, 0 insertions, 1 deletions
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