1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-04-19 12:53:50 +02:00

Merge branch 'ow/ref-format-remove-unused-member'

Code clean-up.

* ow/ref-format-remove-unused-member:
  ref-filter: remove unused ref_format member
This commit is contained in:
Junio C Hamano 2023-04-06 13:38:32 -07:00
commit c5305bbe32
2 changed files with 0 additions and 2 deletions

View File

@ -599,7 +599,6 @@ static int rest_atom_parser(struct ref_format *format,
{
if (arg)
return err_no_arg(err, "rest");
format->use_rest = 1;
return 0;
}

View File

@ -83,7 +83,6 @@ struct ref_format {
const char *format;
const char *rest;
int quote_style;
int use_rest;
int use_color;
/* Internal state to ref-filter */