Remove unused expressions

This commit is contained in:
Him188 2021-07-23 12:58:09 +08:00
parent dfbe73da9a
commit 883518b1f1

View File

@ -214,7 +214,6 @@ public fun String.countHexBytes(): Int {
}
continue
}
c.isDigit()
if (c in 'a'..'f' || c in 'A'..'F' || c in '0'..'9') {
when (chunkSize) {
0 -> {