From 362d66c4caf89a76ec87bb601791c651efddceb7 Mon Sep 17 00:00:00 2001
From: WormHeamer
Date: Tue, 4 Mar 2025 22:25:07 -0500
Subject: remove ZONE_MIN_CAPACITY (unused & unneeded)

---
 zone.h | 4 ----
 1 file changed, 4 deletions(-)

(limited to 'zone.h')

diff --git a/zone.h b/zone.h
index 1d1dd4e..7849ce6 100644
--- a/zone.h
+++ b/zone.h
@@ -4,10 +4,6 @@
 #include <stdint.h>
 #include <stddef.h>
 
-#ifndef ZONE_MIN_CAPACITY
-#define ZONE_MIN_CAPACITY 1024
-#endif
-
 #ifndef ZONE_BACKEND
 	#ifdef __unix__
 		#define ZONE_BACKEND ZONE_USE_MMAP
-- 
cgit 1.4.1-2-gfad0