diff options
| author | Junio C Hamano <gitster@pobox.com> | 2022-08-29 14:55:12 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-08-29 14:55:12 -0700 |
| commit | a0ab573bb1157bee2d5567c9fc22ff96a4d8c6bb (patch) | |
| tree | 36f01c5734dc0541c61493651e234ab7f64dc09e /dir.h | |
| parent | Merge branch 'jd/prompt-show-conflict' (diff) | |
| parent | xdiff: drop unused mmfile parameters from xdl_do_patience_diff() (diff) | |
| download | git-a0ab573bb1157bee2d5567c9fc22ff96a4d8c6bb.tar.gz git-a0ab573bb1157bee2d5567c9fc22ff96a4d8c6bb.zip | |
Merge branch 'jk/unused-fixes'
Code clean-up to remove unused function parameters.
* jk/unused-fixes:
xdiff: drop unused mmfile parameters from xdl_do_patience_diff()
reflog: assert PARSE_OPT_NONEG in parse-options callbacks
reftable: drop unused parameter from reader_seek_linear()
verify_one_sparse(): drop unused parameters
match_pathname(): drop unused "flags" parameter
log-tree: drop unused commit param in remerge_diff()
xdiff: drop unused mmfile parameters from xdl_do_histogram_diff()
Diffstat (limited to 'dir.h')
| -rw-r--r-- | dir.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -414,7 +414,7 @@ int match_basename(const char *, int, const char *, int, int, unsigned); int match_pathname(const char *, int, const char *, int, - const char *, int, int, unsigned); + const char *, int, int); struct path_pattern *last_matching_pattern(struct dir_struct *dir, struct index_state *istate, |
