mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-09 19:50:27 +08:00
Remove unused expressions
This commit is contained in:
parent
dfbe73da9a
commit
883518b1f1
@ -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 -> {
|
||||
|
Loading…
Reference in New Issue
Block a user