Skip to content

Commit 0204e8a

Browse files
author
yash-puligundla
committed
debug spotbugs error
1 parent 078e19e commit 0204e8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/htsjdk/samtools/cram/compression/range/ByteModel.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ public void modelEncode(final ByteBuffer outBuffer, RangeCoder rangeCoder, int s
101101
}
102102

103103
// Keep symbols approximately frequency sorted (ascending order)
104-
symbol = symbols[i];
105104
if (i > 0 && frequencies[i] > frequencies[i-1]){
106105
// swap frequencies
107106
int tmp = frequencies[i];

0 commit comments

Comments
 (0)