apply: drop unused macro

CHUNKSIZE is no longer used.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Junio C Hamano 2012-04-11 14:38:31 -07:00
parent 9d16c2d514
commit c2066a3eda
1 changed files with 0 additions and 1 deletions

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)