[Sanitizers] Remove unused variable (#177061)

Must've remained from debugging the test case.

rdar://119958411

Co-authored-by: Mariusz Borsa <m_borsa@apple.com>
This commit is contained in:
Mariusz Borsa 2026-01-21 15:58:16 -08:00 committed by GitHub
parent 688a88408d
commit 5bcfe6e606
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -106,7 +106,6 @@ public:
start_load_cmd_addr = (const char *)(mock_header.data() + header_size);
sizeofcmds = header->sizeofcmds;
const char *last_byte_load_cmd_addr = (start_load_cmd_addr + sizeofcmds - 1);
data_.current_image = -1; // So the loop in ::Next runs just once
}