Author: davide
Date: Mon Jul 29 14:25:45 2019
New Revision: 367261

URL: http://llvm.org/viewvc/llvm-project?rev=367261&view=rev
Log:
[Symbolication] Remove a duplicate assignment.

Modified:
    lldb/trunk/examples/python/symbolication.py

Modified: lldb/trunk/examples/python/symbolication.py
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/examples/python/symbolication.py?rev=367261&r1=367260&r2=367261&view=diff
==============================================================================
--- lldb/trunk/examples/python/symbolication.py (original)
+++ lldb/trunk/examples/python/symbolication.py Mon Jul 29 14:25:45 2019
@@ -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)


_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to