apply: drop unused macro

CHUNKSIZE is no longer used.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano 2012-04-11 14:38:31 -07:00
parent 9d16c2d514
commit c2066a3eda

View file

@ -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)