Skip to content

Commit ee92239

Browse files
Paul Gortmakergitster
authored andcommitted
apply: delete unused deflate_origlen from patch struct
It hasn't been used since 2006, as of commit 3cd4f5e "git-apply --binary: clean up and prepare for --reverse" Signed-off-by: Paul Gortmaker <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent f174a25 commit ee92239

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

builtin/apply.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ struct patch {
178178
int is_new, is_delete; /* -1 = unknown, 0 = false, 1 = true */
179179
int rejected;
180180
unsigned ws_rule;
181-
unsigned long deflate_origlen;
182181
int lines_added, lines_deleted;
183182
int score;
184183
unsigned int is_toplevel_relative:1;

0 commit comments

Comments
 (0)