summaryrefslogtreecommitdiff
path: root/diff.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-03-07 00:59:56 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-03-07 00:59:57 (GMT)
commit1dc2f8c122cfa7f8774db1395fad1873f7ad3aa8 (patch)
treee4c190c29e4fa8f89ff902f62bfc95791b19c94e /diff.h
parentf7213a3d33f81035c0707b0f547462ecfa620223 (diff)
parent5c326d12524e4395b0ff184123e71738db6c9f65 (diff)
downloadgit-1dc2f8c122cfa7f8774db1395fad1873f7ad3aa8.zip
git-1dc2f8c122cfa7f8774db1395fad1873f7ad3aa8.tar.gz
git-1dc2f8c122cfa7f8774db1395fad1873f7ad3aa8.tar.bz2
Merge branch 'jk/unused-params'
Code clean-up. * jk/unused-params: ref-filter: drop unused "sz" parameters ref-filter: drop unused "obj" parameters ref-filter: drop unused buf/sz pairs files-backend: drop refs parameter from split_symref_update() pack-objects: drop unused parameter from oe_map_new_pack() merge-recursive: drop several unused parameters diff: drop complete_rewrite parameter from run_external_diff() diff: drop unused emit data parameter from sane_truncate_line() diff: drop unused color reset parameters diff: drop options parameter from diffcore_fix_diff_index()
Diffstat (limited to 'diff.h')
-rw-r--r--diff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/diff.h b/diff.h
index 3199ba3..0478abe 100644
--- a/diff.h
+++ b/diff.h
@@ -370,7 +370,7 @@ int git_config_rename(const char *var, const char *value);
#define DIFF_PICKAXE_IGNORE_CASE 32
void diffcore_std(struct diff_options *);
-void diffcore_fix_diff_index(struct diff_options *);
+void diffcore_fix_diff_index(void);
#define COMMON_DIFF_OPTIONS_HELP \
"\ncommon diff options:\n" \