mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-24 06:10:09 +08:00
Solve TODO
This commit is contained in:
parent
9dfc78c0a4
commit
cf6b64ef0d
@ -212,8 +212,6 @@ internal class JceDecoder(
|
||||
return jce.skipToHeadAndUseIfPossibleOrFail(popTag().id) { jceHead ->
|
||||
jceHead.checkType(Jce.STRUCT_BEGIN)
|
||||
|
||||
|
||||
// TODO: 2020/3/8 检查是否需要 scope 化
|
||||
repeat(descriptor.elementsCount) {
|
||||
pushTag(descriptor.getTag(descriptor.elementsCount - it - 1)) // better performance
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user