From: Paul Gortmaker Date: Thu, 2 Aug 2012 22:25:30 +0000 (-0400) Subject: apply: delete unused deflate_origlen from patch struct X-Git-Tag: v1.7.11.6~15^2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ee922391864026097a196f97ecb14548ab2bf211;p=git.git apply: delete unused deflate_origlen from patch struct 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 Signed-off-by: Junio C Hamano --- diff --git a/builtin/apply.c b/builtin/apply.c index f2edc5281..74f47486f 100644 --- 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;