Commit 269beb47 by Vicent Martí

Merge pull request #336 from schu/cleanup

repository.c: remove obsolete TODO marker
parents 738715eb cf7dc39b
......@@ -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