]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Remove unused locals from printers.py
authorTom Tromey <tromey@adacore.com>
Tue, 26 Sep 2023 19:58:57 +0000 (13:58 -0600)
committerTom Tromey <tromey@adacore.com>
Thu, 28 Sep 2023 20:56:00 +0000 (14:56 -0600)
commit33841921a2b1153e6d79f0b4a5870f12aa2e86a1
tree62ede2e63736d275f4217351d827abbc7499b763
parentbed1f8498a1ba0c5ffdb09fd9bd0c080d9bdfe8c
libstdc++: Remove unused locals from printers.py

flake8 pointed out some unused local variables in the libstdc++
pretty-printers.  This removes them.

libstdc++-v3/ChangeLog:

* python/libstdcxx/v6/printers.py
(StdExpOptionalPrinter.__init__, lookup_node_type):
Remove unused variables.
libstdc++-v3/python/libstdcxx/v6/printers.py