diff options
| author | Russell Belfer <rb@github.com> | 2014-01-28 11:47:33 -0800 |
|---|---|---|
| committer | Russell Belfer <rb@github.com> | 2014-01-30 09:59:59 -0800 |
| commit | 3cf11eef17d8359c032844de945da6e983572ecc (patch) | |
| tree | 1611080fb64f96a21e06f01f12b79aa34581cb20 /tests/status | |
| parent | c0644c3fbb31c381afb2d0658b5c6e83432fd8c9 (diff) | |
| download | libgit2-3cf11eef17d8359c032844de945da6e983572ecc.tar.gz | |
Misc cleanups
Diffstat (limited to 'tests/status')
| -rw-r--r-- | tests/status/renames.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/status/renames.c b/tests/status/renames.c index a81910e36..df5e23087 100644 --- a/tests/status/renames.c +++ b/tests/status/renames.c @@ -560,7 +560,6 @@ void test_status_renames__zero_byte_file_does_not_fail(void) { git_status_list *statuslist; git_status_options opts = GIT_STATUS_OPTIONS_INIT; - status_entry_counts counts = {0}; struct status_entry expected[] = { { GIT_STATUS_WT_DELETED, "ikeepsix.txt", "ikeepsix.txt" }, |
