mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
code review: remove pointless test
This commit is contained in:
parent
053476949c
commit
21b52ec10b
@ -112,7 +112,7 @@
|
|||||||
}
|
}
|
||||||
if ( c < 0x100 ) {
|
if ( c < 0x100 ) {
|
||||||
buf[o++] = c;
|
buf[o++] = c;
|
||||||
} else if ( c >= 0x100 && c < 0x180 ) {
|
} else if ( c < 0x180 ) {
|
||||||
buf[o++] = cp1250_range0[c - 0x100];
|
buf[o++] = cp1250_range0[c - 0x100];
|
||||||
} else if ( c >= 0x2010 && c < 0x2040 ) {
|
} else if ( c >= 0x2010 && c < 0x2040 ) {
|
||||||
buf[o++] = cp125x_range0[c - 0x2010];
|
buf[o++] = cp125x_range0[c - 0x2010];
|
||||||
|
Loading…
Reference in New Issue
Block a user