From ee922391864026097a196f97ecb14548ab2bf211 Mon Sep 17 00:00:00 2001
From: Paul Gortmaker <paul.gortmaker@windriver.com>
Date: Thu, 2 Aug 2012 18:25:30 -0400
Subject: [PATCH] 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 <paul.gortmaker@windriver.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
---
 builtin/apply.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/builtin/apply.c b/builtin/apply.c
index f2edc52818e..74f47486fed 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;