mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-06 23:44:06 +00:00
tests: Remove useless code
This commit is contained in:
parent
a0c34c9406
commit
d96aa8a9ca
@ -16,12 +16,7 @@ static git_repository *g_repo;
|
||||
|
||||
void test_checkout_crlf__initialize(void)
|
||||
{
|
||||
git_tree *tree;
|
||||
|
||||
g_repo = cl_git_sandbox_init("crlf");
|
||||
|
||||
cl_git_pass(git_repository_head_tree(&tree, g_repo));
|
||||
git_tree_free(tree);
|
||||
}
|
||||
|
||||
void test_checkout_crlf__cleanup(void)
|
||||
|
Loading…
Reference in New Issue
Block a user