From 00da8e3a4e23705a75ae198380c5708e8a504dc6 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Wed, 29 Apr 2020 11:06:34 +0300 Subject: [PATCH] refactoring --- fortune-mod/util/strfile.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/fortune-mod/util/strfile.c b/fortune-mod/util/strfile.c index 4968440..7385172 100644 --- a/fortune-mod/util/strfile.c +++ b/fortune-mod/util/strfile.c @@ -86,9 +86,7 @@ #define CHUNKSIZE 512 -#define ALWAYS 1 #define ALLOC(ptr, sz) \ - if (ALWAYS) \ { \ if (ptr == NULL) \ ptr = malloc((unsigned int)(CHUNKSIZE * sizeof *ptr)); \ -- 2.40.0