summaryrefslogtreecommitdiff
path: root/src/htsweb.c
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-06-01 14:20:19 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-06-01 14:20:19 +0000
commita94987b93ecad02ca1b077fe784b5d08fb1b6ec4 (patch)
treed3ce2dbaa046e151ce16a0d6a0135a52cc4b2bd0 /src/htsweb.c
parent8d89bfa9bb2ce231aa4daf87e7502df1175693a6 (diff)
Cleaned up a bunck of warnings.
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;
}