Remove unused code

This commit is contained in:
Carsten Grohmann 2020-04-07 14:52:59 +02:00
parent 7b80e1b23a
commit a8772ab94e

View File

@ -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)