Skip to content

Commit 1d27a27

Browse files
committed
one more lint issue..
1 parent 4ae8768 commit 1d27a27

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/packets/execute.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ class Execute {
8686
const flags = packet.readInt8();
8787
const iterationCount = packet.readInt32();
8888

89-
let nullBitmaps = 0;
9089
let i = packet.offset;
9190
while (i < packet.end - 1) {
9291
if((packet.buffer[i+1] === Types.VAR_STRING

0 commit comments

Comments
 (0)