Skip to content

Commit d159e1f

Browse files
committed
Remove unused variables
1 parent f21b3d3 commit d159e1f

File tree

1 file changed

+2
-2
lines changed
  • mirai-core/src/commonMain/kotlin/network/protocol/data/richstatus

1 file changed

+2
-2
lines changed

mirai-core/src/commonMain/kotlin/network/protocol/data/richstatus/RichStatus.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ internal class RichStatus(
145145
while (true) {
146146
if (lastPosition < 5) return@theSwitch
147147

148-
val var6 = byteBuffer.getInt()
149-
var var4 = byteBuffer.get().toIntUnsigned()
148+
byteBuffer.getInt()
149+
byteBuffer.get().toIntUnsigned()
150150

151151
// var9.topicsPos.add(new Pair(var6, var3));
152152
lastPosition -= 5

0 commit comments

Comments
 (0)