]> git.ipfire.org Git - thirdparty/git.git/blobdiff - ref-filter.c
Merge branch 'ow/ref-format-remove-unused-member'
[thirdparty/git.git] / ref-filter.c
index 94a148c3e8e5097f95758ab18884fd0bbdc45c4c..72175612f3f32f512999099442214339aac948c7 100644 (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;
 }