Skip to content

Commit

Permalink
Remove this confusing property 'procName'
Browse files Browse the repository at this point in the history
  • Loading branch information
imbillow committed Aug 20, 2020
1 parent c63647a commit 985c11f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions idb/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -851,10 +851,6 @@ def pcb_procname_size(self):
def pcb_strlit_pref_size(self):
self["strlit_pref"].vsSetLength(self.strlit_pref_size)

@property
def procName(self):
return self.procname

def vsParse(self, sbytes, offset=0, fast=False):
self.sbytes = sbytes
self.len_sbytes = len(sbytes)
Expand Down

0 comments on commit 985c11f

Please sign in to comment.