aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac/handler/dynamic_images.cc
diff options
context:
space:
mode:
authorkenbongort@gmail.com <kenbongort@gmail.com@4c0a9323-5329-0410-9bdc-e9ce6186880e>2012-10-03 17:03:49 +0000
committerkenbongort@gmail.com <kenbongort@gmail.com@4c0a9323-5329-0410-9bdc-e9ce6186880e>2012-10-03 17:03:49 +0000
commit75f6a6bf952afbc760e5f22fbbd25c17ce8c603d (patch)
treead31905477ef2580de75a4b9fec50c8e241e5fe7 /src/client/mac/handler/dynamic_images.cc
parent Add custom implementation of NXGetArchInfoXXX to allow adding new arch. (diff)
downloadbreakpad-75f6a6bf952afbc760e5f22fbbd25c17ce8c603d.tar.xz
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
Diffstat (limited to 'src/client/mac/handler/dynamic_images.cc')
-rw-r--r--src/client/mac/handler/dynamic_images.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/mac/handler/dynamic_images.cc b/src/client/mac/handler/dynamic_images.cc
index 5dec5765..efed3887 100644
--- a/src/client/mac/handler/dynamic_images.cc
+++ b/src/client/mac/handler/dynamic_images.cc
@@ -475,8 +475,6 @@ void ReadImageInfo(DynamicImages& images,
mach_header_bytes) != KERN_SUCCESS)
continue;
- header = reinterpret_cast<mach_header_type*>(&mach_header_bytes[0]);
-
// Read the file name from the task's memory space.
string file_path;
if (info.file_path_) {