Skip to content

Commit 25292c3

Browse files
lucasoshirogitster
authored andcommitted
revision: remove log_reencode field from rev_info
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 <[email protected]> Signed-off-by: Lucas Seiki Oshiro <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2f323bb commit 25292c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

revision.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,6 @@ struct rev_info {
291291
struct string_list *ref_message_ids;
292292
int add_signoff;
293293
const char *extra_headers;
294-
const char *log_reencode;
295294
const char *subject_prefix;
296295
int patch_name_max;
297296
int no_inline;

0 commit comments

Comments
 (0)