Merge branch 'pg/maint-apply-remove-unused-variable'

Remove an unused field.

* pg/maint-apply-remove-unused-variable:
  apply: delete unused deflate_origlen from patch struct
This commit is contained in:
Junio C Hamano 2012-08-22 11:51:33 -07:00
Родитель 16a3f91a36 ee92239186
Коммит d5ce335270
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -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;