aboutsummaryrefslogtreecommitdiff
path: root/gold/object.cc
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2021-10-02 08:23:48 -0400
committerSimon Marchi <simon.marchi@polymtl.ca>2021-10-02 08:33:28 -0400
commit1e9983e73052d78e6c9fb709ddb897d26fef664c (patch)
treecc1d3c4b8df472360664df34020c25f96423179f /gold/object.cc
parent223809519e2670cc92cbaa4dd88dbd308fff7e34 (diff)
downloadgdb-1e9983e73052d78e6c9fb709ddb897d26fef664c.zip
gdb-1e9983e73052d78e6c9fb709ddb897d26fef664c.tar.gz
gdb-1e9983e73052d78e6c9fb709ddb897d26fef664c.tar.bz2
gdb/python: fix a few flake8 warnings
Fix these rather obvious warnings reported by flake8: ./lib/gdb/FrameIterator.py:16:1: F401 'gdb' imported but unused ./lib/gdb/FrameIterator.py:17:1: F401 'itertools' imported but unused ./lib/gdb/command/prompt.py:55:26: E712 comparison to False should be 'if cond is False:' or 'if not cond:' ./lib/gdb/command/explore.py:526:9: F841 local variable 'has_explorable_fields' is assigned to but never used ./lib/gdb/command/explore.py:697:56: E712 comparison to False should be 'if cond is False:' or 'if not cond:' ./lib/gdb/command/explore.py:736:62: E712 comparison to False should be 'if cond is False:' or 'if not cond:' ./lib/gdb/command/explore.py:767:61: E712 comparison to False should be 'if cond is False:' or 'if not cond:' ./lib/gdb/command/frame_filters.py:21:1: F401 'copy' imported but unused ./lib/gdb/command/frame_filters.py:22:1: F401 'gdb.FrameIterator.FrameIterator' imported but unused ./lib/gdb/command/frame_filters.py:23:1: F401 'gdb.FrameDecorator.FrameDecorator' imported but unused ./lib/gdb/command/frame_filters.py:25:1: F401 'itertools' imported but unused ./lib/gdb/command/frame_filters.py:179:17: E712 comparison to True should be 'if cond is True:' or 'if cond:' Change-Id: I4f49c0cb430359ee872222600c61d9c5283b09ab
Diffstat (limited to 'gold/object.cc')
0 files changed, 0 insertions, 0 deletions