[Symbolication] Remove a duplicate assignment.
authorDavide Italiano <davide@freebsd.org>
Mon, 29 Jul 2019 21:25:45 +0000 (21:25 +0000)
committerDavide Italiano <davide@freebsd.org>
Mon, 29 Jul 2019 21:25:45 +0000 (21:25 +0000)
llvm-svn: 367261

lldb/examples/python/symbolication.py

index 27f9f31..07e932b 100755 (executable)
@@ -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)