summaryrefslogtreecommitdiff
path: root/tests/diff/binary.c
diff options
context:
space:
mode:
authorPierre-Olivier Latour <pol@mac.com>2015-06-26 08:18:06 -0700
committerPierre-Olivier Latour <pol@mac.com>2015-06-26 08:18:06 -0700
commit492851c9a2f98f44d34e5400a4c2ab8a29e312a7 (patch)
tree4adc45b68b95fb00f12d645cb9a53484996418f7 /tests/diff/binary.c
parentcae2a55552645ad7568cfc3aec245db6291c7066 (diff)
downloadlibgit2-492851c9a2f98f44d34e5400a4c2ab8a29e312a7.tar.gz
Removed unused variables
Diffstat (limited to 'tests/diff/binary.c')
-rw-r--r--tests/diff/binary.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/diff/binary.c b/tests/diff/binary.c
index 6a5f3907b..2d532637c 100644
--- a/tests/diff/binary.c
+++ b/tests/diff/binary.c
@@ -277,7 +277,6 @@ void test_diff_binary__empty_for_no_diff(void)
git_tree *tree;
git_diff *diff;
git_buf actual = GIT_BUF_INIT;
- const char *expected = "";
opts.flags = GIT_DIFF_SHOW_BINARY | GIT_DIFF_FORCE_BINARY;
opts.id_abbrev = GIT_OID_HEXSZ;