diff options
| author | Tom Tromey <tromey@adacore.com> | 2025-10-07 13:08:19 -0600 |
|---|---|---|
| committer | Tom Tromey <tromey@adacore.com> | 2025-10-07 13:08:19 -0600 |
| commit | 7f1cdb3e37cbddded70fc3d7ee9902bcf54c4978 (patch) | |
| tree | 0f9b41550bb8a17fac162f5679dfaf60bcc01b0d /gdb/python/lib | |
| parent | 01040a24d953136b7b3f4b17e0f6b3489acb7199 (diff) | |
| download | binutils-7f1cdb3e37cbddded70fc3d7ee9902bcf54c4978.tar.gz binutils-7f1cdb3e37cbddded70fc3d7ee9902bcf54c4978.tar.bz2 binutils-7f1cdb3e37cbddded70fc3d7ee9902bcf54c4978.zip | |
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.
Diffstat (limited to 'gdb/python/lib')
| -rw-r--r-- | gdb/python/lib/gdb/command/frame_filters.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/python/lib/gdb/command/frame_filters.py b/gdb/python/lib/gdb/command/frame_filters.py index 4b2d214d697..3b7cd031df3 100644 --- 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 |
