Skip to content

Commit c2066a3

Browse files
committed
apply: drop unused macro
CHUNKSIZE is no longer used. Signed-off-by: Junio C Hamano <[email protected]>
1 parent 9d16c2d commit c2066a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

builtin/apply.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,6 @@ static void say_patch_name(FILE *output, const char *pre,
383383
fputs(post, output);
384384
}
385385

386-
#define CHUNKSIZE (8192)
387386
#define SLOP (16)
388387

389388
static void read_patch_file(struct strbuf *sb, int fd)

0 commit comments

Comments
 (0)