]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Remove 'sys' import from frame_filters.py
authorTom Tromey <tromey@adacore.com>
Tue, 7 Oct 2025 19:08:19 +0000 (13:08 -0600)
committerTom Tromey <tromey@adacore.com>
Tue, 7 Oct 2025 19:08:19 +0000 (13:08 -0600)
commit7f1cdb3e37cbddded70fc3d7ee9902bcf54c4978
tree0f9b41550bb8a17fac162f5679dfaf60bcc01b0d
parent01040a24d953136b7b3f4b17e0f6b3489acb7199
Remove 'sys' import from frame_filters.py

pre-commit (really flake8) points out that a recent change to
frame_filters.py left an unused import.  This patch fixes the problem.
gdb/python/lib/gdb/command/frame_filters.py