Push new test, clean up stream file
This commit is contained in:
parent
7d75a2b5f8
commit
d4cf453005
2 changed files with 11 additions and 5 deletions
|
@ -348,10 +348,5 @@ class ByteLayer {
|
|||
void unsetSetBit(int position, int maskToClear, int maskToSet) {
|
||||
clearBit(position, maskToClear);
|
||||
setBit(position, maskToSet);
|
||||
|
||||
while (!checkBit(position, maskToSet)) {
|
||||
clearBit(position, maskToClear);
|
||||
setBit(position, maskToSet);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue