summaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-04-11 21:38:31 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-04-11 21:38:31 (GMT)
commitc2066a3edad39a0fb6e894418e6602a4f7916e82 (patch)
tree9f676eb21a7453e898e2e822e19effb05893bdec /builtin
parent9d16c2d51412c3ebf06f88faddde3610d6e21892 (diff)
downloadgit-c2066a3edad39a0fb6e894418e6602a4f7916e82.zip
git-c2066a3edad39a0fb6e894418e6602a4f7916e82.tar.gz
git-c2066a3edad39a0fb6e894418e6602a4f7916e82.tar.bz2
apply: drop unused macro
CHUNKSIZE is no longer used. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin')
-rw-r--r--builtin/apply.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/builtin/apply.c b/builtin/apply.c
index 9491d38..3385fdb 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)