summaryrefslogtreecommitdiffstats
path: root/lldb/examples/python
diff options
context:
space:
mode:
authorDavide Italiano <davide@freebsd.org>2019-07-29 21:25:45 +0000
committerDavide Italiano <davide@freebsd.org>2019-07-29 21:25:45 +0000
commitf80c72be20c856db32f9f649a673fbf3621492e5 (patch)
tree3ca0afaafa39aab428e37c6e0578d63d1d9a1fb3 /lldb/examples/python
parentacc626bc57c7b28b56a629bd1a6b7a947e9bbf50 (diff)
downloadbcm5719-llvm-f80c72be20c856db32f9f649a673fbf3621492e5.tar.gz
bcm5719-llvm-f80c72be20c856db32f9f649a673fbf3621492e5.zip
[Symbolication] Remove a duplicate assignment.
llvm-svn: 367261
Diffstat (limited to 'lldb/examples/python')
-rwxr-xr-xlldb/examples/python/symbolication.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/examples/python/symbolication.py b/lldb/examples/python/symbolication.py
index 27f9f312cd6..07e932b9dad 100755
--- a/lldb/examples/python/symbolication.py
+++ b/lldb/examples/python/symbolication.py
@@ -248,7 +248,6 @@ class Image:
obj = cls(module.file.fullpath, module.uuid)
obj.resolved_path = module.platform_file.fullpath
obj.resolved = True
- obj.arch = module.triple
for section in module.sections:
symb_section = Section.InitWithSBTargetAndSBSection(
target, section)
OpenPOWER on IntegriCloud