summaryrefslogtreecommitdiff
path: root/src/htscore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/htscore.c')
-rw-r--r--src/htscore.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/htscore.c b/src/htscore.c
index 629d3f6..65bb101 100644
--- a/src/htscore.c
+++ b/src/htscore.c
@@ -650,15 +650,11 @@ int httpmirror(char *url1, httrackp * opt) {
// Initialiser cache
{
- int backupXFR = htsMemoryFastXfr;
-
opt->state._hts_in_html_parsing = 4;
if (!RUN_CALLBACK7(opt, loop, NULL, 0, 0, 0, lien_tot, 0, NULL)) {
opt->state.exit_xh = 1; // exit requested
}
- htsMemoryFastXfr = 1; /* fast load */
cache_init(&cache, opt);
- htsMemoryFastXfr = backupXFR;
opt->state._hts_in_html_parsing = 0;
}