Remove todo

This commit is contained in:
mcrcortex
2024-12-13 12:50:15 +10:00
parent 029a7df71a
commit 2c778ce5ec

View File

@@ -22,7 +22,7 @@ public class HierarchicalBitSet {
this(1<<(6*4)); this(1<<(6*4));
} }
public int allocateNext() {//TODO FIXME THERE IS A BUG SOMEWHERE IN HERE WHEN DEALING WITH LARGE NUMBERS limit of (1<<19), with first 266240 entries already set, returns 524288 as the next entry instead of 266241 public int allocateNext() {
if (this.A==-1) { if (this.A==-1) {
return -1; return -1;
} }