diff options
| author | schu <schu-github@schulog.org> | 2011-07-24 15:58:10 +0200 |
|---|---|---|
| committer | schu <schu-github@schulog.org> | 2011-07-24 15:58:10 +0200 |
| commit | cf7dc39b826a78aab970444c3caf3abd9cef4e07 (patch) | |
| tree | fcd56ec86c0553fb9a771d09d08701e9233b5e5d /src | |
| parent | f630366f70aa9ddffb7c3001c371fae6b0a0c004 (diff) | |
| download | libgit2-cf7dc39b826a78aab970444c3caf3abd9cef4e07.tar.gz | |
repository.c: remove obsolete TODO marker
Signed-off-by: schu <schu-github@schulog.org>
Diffstat (limited to 'src')
| -rw-r--r-- | src/repository.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/repository.c b/src/repository.c index c9c28a944..cb62d9eb6 100644 --- a/src/repository.c +++ b/src/repository.c @@ -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, |
