mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-13 06:30:13 +08:00
Remove unused variables
This commit is contained in:
parent
f8bd475740
commit
55fe85473a
@ -145,8 +145,8 @@ internal class RichStatus(
|
||||
while (true) {
|
||||
if (lastPosition < 5) return@theSwitch
|
||||
|
||||
val var6 = byteBuffer.getInt()
|
||||
var var4 = byteBuffer.get().toIntUnsigned()
|
||||
byteBuffer.getInt()
|
||||
byteBuffer.get().toIntUnsigned()
|
||||
|
||||
// var9.topicsPos.add(new Pair(var6, var3));
|
||||
lastPosition -= 5
|
||||
|
Loading…
Reference in New Issue
Block a user