diff options
Diffstat (limited to 'src/htsjava.c')
-rw-r--r-- | src/htsjava.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/htsjava.c b/src/htsjava.c index e3af5ea..89bc74f 100644 --- a/src/htsjava.c +++ b/src/htsjava.c @@ -236,11 +236,11 @@ static int hts_parse_java(t_hts_callbackarg *carg, httrackp *opt, printf("addfiles\n"); #endif { - unsigned int acess; + //unsigned int acess; unsigned int Class; unsigned int SClass; int i; - acess = readshort(fpout); + //acess = readshort(fpout); Class = readshort(fpout); SClass = readshort(fpout); |