Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
apply: drop unused macro
[gitweb.git]
/
builtin
/
apply.c
diff --git
a/builtin/apply.c
b/builtin/apply.c
index 9491d38abab4ef11f225e0ca9380d6f5fe44ac1e..3385fdb6a10ecd08dd25489c6a620c846bf7c9c7 100644
(file)
--- 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)