summaryrefslogtreecommitdiff
path: root/git.c
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2021-06-25 20:47:44 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2021-06-25 20:54:10 -0400
commitfc28bfdf3a7acb15f718074c5526eee15f2dfbed (patch)
treecd3f7b13480c8f8a8043d893adbe450b619b47f1 /git.c
parente33f48a1797691ae0432e2b90bf0755c1493d8a4 (diff)
Remove the TODO in `create_pull_request_dir()`.
Diffstat (limited to 'git.c')
-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) {