diff options
author | Ben Straub <bstraub@github.com> | 2012-08-01 15:09:05 -0700 |
---|---|---|
committer | Ben Straub <bstraub@github.com> | 2012-08-01 15:09:05 -0700 |
commit | aa549d323e02cf64a21b7ca3516f2e9ea686275f (patch) | |
tree | 6e9ef988834fb8ff7ebf6018f7432bceacbad0cc | |
parent | 8b67f72b9cba387f5e85ce869448d88cce23076f (diff) | |
download | libgit2-aa549d323e02cf64a21b7ca3516f2e9ea686275f.tar.gz |
Clean up a TODO comment.
-rw-r--r-- | src/clone.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/clone.c b/src/clone.c index 9b7ab8945..33953d7a0 100644 --- a/src/clone.c +++ b/src/clone.c @@ -177,7 +177,6 @@ static int setup_remotes_and_fetch(git_repository *repo, } -/* TODO: p_opendir, p_closedir */ static bool path_is_okay(const char *path) { /* The path must either not exist, or be an empty directory */ |