diff options
Diffstat (limited to 'src/fetch.c')
-rw-r--r-- | src/fetch.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/fetch.c b/src/fetch.c index 72b481d..f6fbc2e 100644 --- a/src/fetch.c +++ b/src/fetch.c @@ -18,7 +18,6 @@ #include "apk_applet.h" #include "apk_database.h" -#include "apk_state.h" #include "apk_io.h" #include "apk_print.h" @@ -180,6 +179,7 @@ static int fetch_main(void *ctx, struct apk_database *db, int argc, char **argv) .result_mask = APK_DEPMASK_REQUIRE, }; +#if 0 if (fctx->flags & FETCH_RECURSIVE) { struct apk_state *state; struct apk_change *change; @@ -203,7 +203,9 @@ static int fetch_main(void *ctx, struct apk_database *db, int argc, char **argv) } apk_state_unref(state); - } else { + } else +#endif + { struct apk_package *pkg = NULL; for (j = 0; j < dep.name->pkgs->num; j++) |