Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cae2a55 commit 492851cCopy full SHA for 492851c
tests/diff/binary.c
@@ -277,7 +277,6 @@ void test_diff_binary__empty_for_no_diff(void)
277
git_tree *tree;
278
git_diff *diff;
279
git_buf actual = GIT_BUF_INIT;
280
- const char *expected = "";
281
282
opts.flags = GIT_DIFF_SHOW_BINARY | GIT_DIFF_FORCE_BINARY;
283
opts.id_abbrev = GIT_OID_HEXSZ;
tests/diff/workdir.c
@@ -1791,7 +1791,6 @@ void test_diff_workdir__only_writes_index_when_necessary(void)
1791
git_index *index;
1792
git_diff_options opts = GIT_DIFF_OPTIONS_INIT;
1793
git_diff *diff = NULL;
1794
- git_diff_perfdata perf = GIT_DIFF_PERFDATA_INIT;
1795
git_reference *head;
1796
git_object *head_object;
1797
git_oid initial, first, second;
0 commit comments