tests: Remove useless code

This commit is contained in:
nulltoken 2013-01-20 18:24:54 +01:00
parent a0c34c9406
commit d96aa8a9ca

View File

@ -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)