Theme update. Cleanup configuration
This commit is contained in:
@ -69,6 +69,4 @@ num > 0 && (num & (num - 1)) == 0;
|
||||
//Clear all bits from 0 to N
|
||||
mask = ~((1 << n+1 ) - 1);
|
||||
x &= mask;
|
||||
|
||||
|
||||
```
|
Reference in New Issue
Block a user