remove unused variable to make compiler happy

This commit is contained in:
suut
2026-05-05 18:27:53 +02:00
parent 106a9e61a3
commit 80b70a37f4
+1 -1
View File
@@ -6425,7 +6425,7 @@ static int parse_mfc_blocks(const char *in, uint8_t blocks_out[], size_t *blocks
uint64_t seen_so_far = 0;
bool has_data = false;
bool has_trailer = false;
for (int i = 0;; i++) {
for (;;) {
token = strtok_r(ptr, ",", &saveptr);
ptr = NULL;