Remove useless statement in procinfo.py (#1521)

pull/1522/head
Gulshan Singh 3 years ago committed by GitHub
parent 47e4e09db2
commit ae5298fc27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -73,9 +73,6 @@ class Process:
self.pid = pid
self.tid = tid
# Precalculate
self.status
@property
@pwndbg.lib.memoize.reset_on_stop
def selinux(self):

Loading…
Cancel
Save