mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2025-02-02 17:31:10 +00:00
Fix an analyzer warning due to value assigned but not used.
http://breakpad.appspot.com/473002/ git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1058 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
9b6b41b8ca
commit
75f6a6bf95
|
@ -475,8 +475,6 @@ void ReadImageInfo(DynamicImages& images,
|
||||||
mach_header_bytes) != KERN_SUCCESS)
|
mach_header_bytes) != KERN_SUCCESS)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
header = reinterpret_cast<mach_header_type*>(&mach_header_bytes[0]);
|
|
||||||
|
|
||||||
// Read the file name from the task's memory space.
|
// Read the file name from the task's memory space.
|
||||||
string file_path;
|
string file_path;
|
||||||
if (info.file_path_) {
|
if (info.file_path_) {
|
||||||
|
|
Loading…
Reference in a new issue