forked from I2P_Developers/i2p.i2p
Fixups after props from:
i2p.i2p.zzz.pcap i2p.i2p.zzz.test i2p.i2p.zzz.test2 i2p.i2p.zzz.update Javadoc fixes Checklist tweak -1
This commit is contained in:
@@ -59,7 +59,6 @@ public class BitField
|
||||
// cleared or clear them explicitly ourselves.
|
||||
System.arraycopy(bitfield, 0, this.bitfield, 0, arraysize);
|
||||
|
||||
this.count = 0;
|
||||
for (int i = 0; i < size; i++)
|
||||
if (get(i))
|
||||
this.count++;
|
||||
|
||||
Reference in New Issue
Block a user