diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-10 10:53:12 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-10 10:53:12 +0100 |
| commit | c79ecbcafc3b130b0b2f48f42e1570f49357577f (patch) | |
| tree | ffa0f8f4c4fbefb34b5ccf1a6124f611c7491167 /src/vec.h | |
| parent | 15159fb02332b33f2d239190e2233d41b63f8d6c (diff) | |
remove unused
Diffstat (limited to 'src/vec.h')
| -rw-r--r-- | src/vec.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -4,7 +4,6 @@ #define WAYC_VEC_INITIAL 4 #define WAYC_VEC_GROWTH 2 -#define WAYC_VEC_THRESHOLD 8 struct raw_vec_s { u8 *ptr; |
