Remove old skip sections without text check

pull/6582/head
Jimmy Brisson 2018-04-16 10:15:18 -05:00
parent 81a832d032
commit 2e40181942
1 changed files with 0 additions and 2 deletions

View File

@ -568,8 +568,6 @@ class MemapParser(object):
tree_bss = {"name": ".bss"}
tree_data = {"name": ".data"}
for name, dct in self.modules.items():
if ".text" not in dct:
continue
cur_text = tree_text
cur_bss = tree_bss
cur_data = tree_data