diff options
| author | nulltoken <emeric.fermas@gmail.com> | 2012-10-19 12:03:48 +0200 |
|---|---|---|
| committer | nulltoken <emeric.fermas@gmail.com> | 2012-10-19 20:35:12 +0200 |
| commit | 8dd0bef92116fe365302f2139d28dbeb28e16e9d (patch) | |
| tree | a1ac4f7897365116c56f1afbb7488436e26d826a | |
| parent | 2df37f42c15ac74cb27bbd38e0f896159acd4d19 (diff) | |
| download | libgit2-8dd0bef92116fe365302f2139d28dbeb28e16e9d.tar.gz | |
tests: Fix unused variable warning
| -rw-r--r-- | tests-clar/status/worktree.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests-clar/status/worktree.c b/tests-clar/status/worktree.c index fae43a102..908d34510 100644 --- a/tests-clar/status/worktree.c +++ b/tests-clar/status/worktree.c @@ -414,7 +414,6 @@ void test_status_worktree__issue_592_ignored_dirs_with_tracked_content(void) void test_status_worktree__cannot_retrieve_the_status_of_a_bare_repository(void) { git_repository *repo; - int error; unsigned int status = 0; cl_git_pass(git_repository_open(&repo, cl_fixture("testrepo.git"))); |
