diff options
Diffstat (limited to 'http-fetch.c')
-rw-r--r-- | http-fetch.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/http-fetch.c b/http-fetch.c index a1564f5..7b855d3 100644 --- a/http-fetch.c +++ b/http-fetch.c @@ -56,9 +56,6 @@ int cmd_main(int argc, const char **argv) http_init(NULL, url, 0); walker = get_http_walker(url); - walker->get_tree = 1; - walker->get_history = 1; - walker->get_all = 1; walker->get_verbosely = get_verbosely; walker->get_recover = get_recover; |