aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--git.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/git.c b/git.c
index 3e729db..0217a3c 100644
--- a/git.c
+++ b/git.c
@@ -1,9 +1,6 @@
//
// File Version Control with GIT
//
-
-// TODO: recursive delete
-
#ifdef WFMGIT
#include <git2.h>
#include "wfm.h"