[Symbolication] Remove a duplicate assignment.

llvm-svn: 367261
This commit is contained in:
Davide Italiano 2019-07-29 21:25:45 +00:00
parent acc626bc57
commit f80c72be20
1 changed files with 0 additions and 1 deletions

View File

@ -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)