diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-04-11 14:38:31 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-04-11 14:38:31 -0700 |
commit | c2066a3edad39a0fb6e894418e6602a4f7916e82 (patch) | |
tree | 9f676eb21a7453e898e2e822e19effb05893bdec | |
parent | apply: free unused fragments for submodule patch (diff) | |
download | tgif-c2066a3edad39a0fb6e894418e6602a4f7916e82.tar.xz |
apply: drop unused macro
CHUNKSIZE is no longer used.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | builtin/apply.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/builtin/apply.c b/builtin/apply.c index 9491d38aba..3385fdb6a1 100644 --- a/builtin/apply.c +++ b/builtin/apply.c @@ -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) |