projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f174a25
)
apply: delete unused deflate_origlen from patch struct
author
Paul Gortmaker
<paul.gortmaker@windriver.com>
Thu, 2 Aug 2012 22:25:30 +0000
(18:25 -0400)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 5 Aug 2012 19:42:14 +0000
(12:42 -0700)
It hasn't been used since 2006, as of commit
3cd4f5e8
"git-apply --binary: clean up and prepare for --reverse"
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/apply.c
patch
|
blob
|
history
diff --git
a/builtin/apply.c
b/builtin/apply.c
index f2edc52818e817e83717f992a6bbd66dad4ef24d..74f47486fed456eb9559113a6884067decbecd4c 100644
(file)
--- a/
builtin/apply.c
+++ b/
builtin/apply.c
@@
-178,7
+178,6
@@
struct patch {
int is_new, is_delete; /* -1 = unknown, 0 = false, 1 = true */
int rejected;
unsigned ws_rule;
- unsigned long deflate_origlen;
int lines_added, lines_deleted;
int score;
unsigned int is_toplevel_relative:1;