summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--git.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/git.c b/git.c
index 52ef13a..bd4fb4b 100644
--- a/git.c
+++ b/git.c
@@ -129,7 +129,6 @@ int create_pull_request_dir(pull_request *pr, int id, const char *root) {
fclose(fp);
}
- /* TODO: Implement rest of code. */
free(pr_dir);
if (pr->pr_type) {