Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'pg/maint-apply-remove-unused-variable'
author
Junio C Hamano
<gitster@pobox.com>
Wed, 22 Aug 2012 18:51:33 +0000
(11:51 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 22 Aug 2012 18:51:33 +0000
(11:51 -0700)
Remove an unused field.
* pg/maint-apply-remove-unused-variable:
apply: delete unused deflate_origlen from patch struct
builtin/apply.c
patch
|
blob
|
history
raw
(from parent 1:
16a3f91
)
diff --git
a/builtin/apply.c
b/builtin/apply.c
index d453c833782c6aae4dd04fb9f9f68c3a8211d3d5..3bf71dc4522564463945673aaba0501a51141bb2 100644
(file)
--- a/
builtin/apply.c
+++ b/
builtin/apply.c
@@
-188,7
+188,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;