Commit cf7dc39b by schu

repository.c: remove obsolete TODO marker

Signed-off-by: schu <schu-github@schulog.org>
parent f630366f
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment