Remove unused code
This commit is contained in:
parent
7b80e1b23a
commit
a8772ab94e
@ -465,7 +465,6 @@ class OOMAnalyser(object):
|
|||||||
]:
|
]:
|
||||||
match = rec.search(self.oom_entity.text)
|
match = rec.search(self.oom_entity.text)
|
||||||
if match:
|
if match:
|
||||||
gd = match.groupdict()
|
|
||||||
self.results.update(match.groupdict())
|
self.results.update(match.groupdict())
|
||||||
|
|
||||||
match = self.REC_MEM_NODEINFO.search(self.oom_entity.text)
|
match = self.REC_MEM_NODEINFO.search(self.oom_entity.text)
|
||||||
|
Loading…
Reference in New Issue
Block a user