Remove the log_reencode field from struct rev-info, as it is not used. This field was introduced in 52883fb, but it hasn't been used since its introduction. Helped-by: Patrick Steinhardt <ps@xxxxxx> Signed-off-by: Lucas Seiki Oshiro <lucasseikioshiro@xxxxxxxxx> --- Hi! Since this patch wasn't merged, I'm sending a v2 only applying the nitpick from the previous review in the commit message :-) Thanks! revision.h | 1 - 1 file changed, 1 deletion(-) diff --git a/revision.h b/revision.h index 71e984c452..87f8d798c2 100644 --- a/revision.h +++ b/revision.h @@ -292,7 +292,6 @@ struct rev_info { struct string_list *ref_message_ids; int add_signoff; const char *extra_headers; - const char *log_reencode; const char *subject_prefix; int patch_name_max; int no_inline; -- 2.39.5 (Apple Git-154)