summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Straub <bstraub@github.com>2012-08-01 15:09:05 -0700
committerBen Straub <bstraub@github.com>2012-08-01 15:09:05 -0700
commitaa549d323e02cf64a21b7ca3516f2e9ea686275f (patch)
tree6e9ef988834fb8ff7ebf6018f7432bceacbad0cc
parent8b67f72b9cba387f5e85ce869448d88cce23076f (diff)
downloadlibgit2-aa549d323e02cf64a21b7ca3516f2e9ea686275f.tar.gz
Clean up a TODO comment.
-rw-r--r--src/clone.c1
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 */