summaryrefslogtreecommitdiff
path: root/src/htsweb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/htsweb.c')
-rw-r--r--src/htsweb.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/htsweb.c b/src/htsweb.c
index 254d204..b8658aa 100644
--- a/src/htsweb.c
+++ b/src/htsweb.c
@@ -436,7 +436,6 @@ int __cdecl htsshow_loop(t_hts_callbackarg * carg, httrackp * opt, lien_back * b
int stat_warnings = -1;
int stat_infos = -1;
int nbk = -1;
- LLint nb = -1;
int stat_nsocket = -1;
LLint stat_bytes = -1;
LLint stat_bytes_recv = -1;
@@ -461,7 +460,6 @@ int __cdecl htsshow_loop(t_hts_callbackarg * carg, httrackp * opt, lien_back * b
nbk = stats->nbk;
stat_nsocket = stats->stat_nsocket;
irate = (int) stats->rate;
- nb = stats->nb;
stat_bytes = stats->nb;
stat_bytes_recv = stats->HTS_TOTAL_RECV;
}