Commit 6f6b0c01 by Michael Schubert

tests-clar/repo: remove unused variable

parent 4bc252e4
...@@ -180,8 +180,6 @@ void test_repo_head__retrieving_an_orphaned_head_returns_GIT_EORPHANEDHEAD(void) ...@@ -180,8 +180,6 @@ void test_repo_head__retrieving_an_orphaned_head_returns_GIT_EORPHANEDHEAD(void)
void test_repo_head__can_tell_if_an_orphaned_head_is_detached(void) void test_repo_head__can_tell_if_an_orphaned_head_is_detached(void)
{ {
git_reference *head;
make_head_orphaned(repo, NON_EXISTING_HEAD); make_head_orphaned(repo, NON_EXISTING_HEAD);
cl_assert_equal_i(false, git_repository_head_detached(repo)); cl_assert_equal_i(false, git_repository_head_detached(repo));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment