apply: drop unused macro
authorJunio C Hamano <gitster@pobox.com>
Wed, 11 Apr 2012 21:38:31 +0000 (14:38 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 11 Apr 2012 21:38:31 +0000 (14:38 -0700)
CHUNKSIZE is no longer used.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/apply.c

index 9491d38abab4ef11f225e0ca9380d6f5fe44ac1e..3385fdb6a10ecd08dd25489c6a620c846bf7c9c7 100644 (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)