Commit aa549d323e02cf64a21b7ca3516f2e9ea686275f

Ben Straub 2012-08-01T15:09:05

Clean up a TODO comment.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/clone.c b/src/clone.c
index 9b7ab89..33953d7 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 */