projects
/
binutils-gdb.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01040a2
)
Remove 'sys' import from frame_filters.py
author
Tom Tromey <tromey@adacore.com>
Tue, 7 Oct 2025 19:08:19 +0000
(13:08 -0600)
committer
Tom Tromey <tromey@adacore.com>
Tue, 7 Oct 2025 19:08:19 +0000
(13:08 -0600)
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
patch
|
blob
|
history
diff --git
a/gdb/python/lib/gdb/command/frame_filters.py
b/gdb/python/lib/gdb/command/frame_filters.py
index 4b2d214d697f17b49c5e37f0a6b779264c4508eb..3b7cd031df35b7ec81071461504da1c35a5b15f4 100644
(file)
--- a/
gdb/python/lib/gdb/command/frame_filters.py
+++ b/
gdb/python/lib/gdb/command/frame_filters.py
@@
-16,8
+16,6
@@
"""GDB commands for working with frame-filters."""
-import sys
-
import gdb
import gdb.frames
This page took
0.083617 seconds
and
5
git commands to generate.