From 68c21149779939f00a4c925b77045738a7eaeee0 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Fri, 15 Dec 2023 12:34:25 +0100 Subject: [PATCH] Make sure we never use this variable again ;) [skip ci] --- include/common.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/common.h b/include/common.h index e595e4b8e..5a03d55f4 100644 --- a/include/common.h +++ b/include/common.h @@ -223,7 +223,4 @@ extern MODVAR time_t now; #else #define inline __inline #endif - -#define READBUF_SIZE 8192 - #endif /* __common_include__ */