From ebf1e9050137bd2b69ae4cafdd6ffe2b45b6a90d Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 20 Apr 2022 14:03:36 +0100 Subject: bitbake: msg: Drop unused local variable (Bitbake rev: 140929b404ee1e2f5e0e1a3a1d3aa49fb3759ade) Signed-off-by: Richard Purdie --- bitbake/lib/bb/msg.py | 1 - 1 file changed, 1 deletion(-) (limited to 'bitbake/lib/bb/msg.py') diff --git a/bitbake/lib/bb/msg.py b/bitbake/lib/bb/msg.py index c95a874beb..93575d89c4 100644 --- a/bitbake/lib/bb/msg.py +++ b/bitbake/lib/bb/msg.py @@ -133,7 +133,6 @@ class LogFilterShowOnce(logging.Filter): self.seen_errors = set() def filter(self, record): - msg = record.msg if record.levelno == bb.msg.BBLogFormatter.WARNONCE: if record.msg in self.seen_warnings: return False -- cgit v1.2.3-54-g00ecf