diff --git a/builtin/apply.c b/builtin/apply.c index 9491d38aba..3385fdb6a1 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)