diff options
Diffstat (limited to 'src/htsback.c')
-rw-r--r-- | src/htsback.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/htsback.c b/src/htsback.c index 54c0637..e9e780e 100644 --- a/src/htsback.c +++ b/src/htsback.c @@ -3012,7 +3012,6 @@ void back_wait(struct_back * sback, httrackp * opt, cache_back * cache, } else retour_fread = (int) http_xfread1(&(back[i].r), (int) max_read_bytes); - // retour_fread=http_fread1(&(back[i].r)); } else retour_fread = READ_EOF; // interruption ou annulation interne (peut ne pas ĂȘtre une erreur) |