apply: drop unused macro
CHUNKSIZE is no longer used. Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
parent
9d16c2d514
commit
c2066a3eda
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue