Commit cf6b64ef authored by Him188's avatar Him188

Solve TODO

parent 9dfc78c0
...@@ -212,8 +212,6 @@ internal class JceDecoder( ...@@ -212,8 +212,6 @@ internal class JceDecoder(
return jce.skipToHeadAndUseIfPossibleOrFail(popTag().id) { jceHead -> return jce.skipToHeadAndUseIfPossibleOrFail(popTag().id) { jceHead ->
jceHead.checkType(Jce.STRUCT_BEGIN) jceHead.checkType(Jce.STRUCT_BEGIN)
// TODO: 2020/3/8 检查是否需要 scope 化
repeat(descriptor.elementsCount) { repeat(descriptor.elementsCount) {
pushTag(descriptor.getTag(descriptor.elementsCount - it - 1)) // better performance pushTag(descriptor.getTag(descriptor.elementsCount - it - 1)) // better performance
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment