diff options
-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 */ |