commit | 8ecfa4e5f87b823d9e572c13ff3ef7f83de0f0ff | [log] [tgz] |
---|---|---|
author | Simon Marchi <simon.marchi@polymtl.ca> | Thu Apr 24 14:48:32 2025 -0400 |
committer | Simon Marchi <simon.marchi@polymtl.ca> | Thu Apr 24 15:34:30 2025 -0400 |
tree | e1e42c0b311854889a2ead540c0f7a655df18194 | |
parent | 5363deffcfb1c1825db3a8446d377a0ad56eff70 [diff] |
gdb: fix some flake8 F824 warnings flake8 7.2.0 appears to have this new warning: F824: global name / nonlocal name is unused: name is never assigned in scope It points out a few places in our code base where "global" is not necessary, fix them. Change-Id: Ia6fb08686977559726fefe2a5bb95d8dcb298bb0 Approved-By: Tom Tromey <tom@tromey.com>