From c2066a3edad39a0fb6e894418e6602a4f7916e82 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 11 Apr 2012 14:38:31 -0700 Subject: [PATCH] apply: drop unused macro CHUNKSIZE is no longer used. Signed-off-by: Junio C Hamano --- builtin/apply.c | 1 - 1 file changed, 1 deletion(-) diff --git a/builtin/apply.c b/builtin/apply.c index 9491d38ab..3385fdb6a 100644 --- a/builtin/apply.c +++ b/builtin/apply.c @@ -383,7 +383,6 @@ static void say_patch_name(FILE *output, const char *pre, fputs(post, output); } -#define CHUNKSIZE (8192) #define SLOP (16) static void read_patch_file(struct strbuf *sb, int fd) -- 2.26.2