From: Junio C Hamano Date: Wed, 11 Apr 2012 21:38:31 +0000 (-0700) Subject: apply: drop unused macro X-Git-Tag: v1.7.11-rc0~126^2~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c2066a3edad39a0fb6e894418e6602a4f7916e82;p=git.git apply: drop unused macro CHUNKSIZE is no longer used. Signed-off-by: Junio C Hamano --- 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)