From 8dd0bef92116fe365302f2139d28dbeb28e16e9d Mon Sep 17 00:00:00 2001 From: nulltoken Date: Fri, 19 Oct 2012 12:03:48 +0200 Subject: [PATCH] tests: Fix unused variable warning --- tests-clar/status/worktree.c | 1 - 1 file changed, 1 deletion(-) 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")));