[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:
parent
688a88408d
commit
5bcfe6e606
@ -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
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user