aboutsummaryrefslogtreecommitdiffstats
path: root/src/redo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/redo.c')
-rw-r--r--src/redo.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/redo.c b/src/redo.c
index 577d975..dba0b08 100644
--- a/src/redo.c
+++ b/src/redo.c
@@ -31,10 +31,6 @@ void prepare_env() {
&& getenv("REDO_MAGIC"))
return;
- /* create the dependency store if it doesn't already exist */
- if (mkdirp(".redo") && mkdirp(".redo/deps"))
- fprintf(stderr, "redo: creating dependency store ...\n");
-
/* set REDO_ROOT */
char *cwd = getcwd(NULL, 0);
if (!cwd)