mirror of
https://git.proxmox.com/git/libgit2
synced 2026-01-04 19:28:32 +00:00
tests-clar/repo: remove unused variable
This commit is contained in:
parent
4bc252e4ec
commit
6f6b0c013c
@ -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)
|
||||
{
|
||||
git_reference *head;
|
||||
|
||||
make_head_orphaned(repo, NON_EXISTING_HEAD);
|
||||
|
||||
cl_assert_equal_i(false, git_repository_head_detached(repo));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user