mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
A tiny cleanup
This commit is contained in:
parent
edb3f8c51e
commit
3ca3602755
@ -214,7 +214,7 @@ static
|
||||
bool double_byte_ok(const AccelScheme &info) {
|
||||
return !info.double_byte.empty() &&
|
||||
info.double_cr.count() < info.double_byte.size() &&
|
||||
info.double_cr.count() <= 2 && !info.double_byte.empty();
|
||||
info.double_cr.count() <= 2;
|
||||
}
|
||||
|
||||
static
|
||||
|
Loading…
x
Reference in New Issue
Block a user