mirror of
https://git.proxmox.com/git/libgit2
synced 2025-12-26 11:11:45 +00:00
repository.c: remove obsolete TODO marker
Signed-off-by: schu <schu-github@schulog.org>
This commit is contained in:
parent
f630366f70
commit
cf7dc39b82
@ -200,7 +200,7 @@ static git_repository *repository_alloc()
|
||||
|
||||
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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user