mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-11 18:17:54 +00:00
Merge pull request #336 from schu/cleanup
repository.c: remove obsolete TODO marker
This commit is contained in:
commit
269beb4710
@ -200,7 +200,7 @@ static git_repository *repository_alloc()
|
|||||||
|
|
||||||
static int init_odb(git_repository *repo)
|
static int init_odb(git_repository *repo)
|
||||||
{
|
{
|
||||||
return git_odb_open(&repo->db, repo->path_odb); /* TODO: Move odb.c to new error handling */
|
return git_odb_open(&repo->db, repo->path_odb);
|
||||||
}
|
}
|
||||||
|
|
||||||
int git_repository_open3(git_repository **repo_out,
|
int git_repository_open3(git_repository **repo_out,
|
||||||
|
Loading…
Reference in New Issue
Block a user