A tiny cleanup

This commit is contained in:
Pavel Shlyak 2019-08-19 00:50:03 +03:00 committed by Hong, Yang A
parent edb3f8c51e
commit 3ca3602755

View File

@ -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