Remove unnecessary local variables
authorTom Tromey <tom@tromey.com>
Thu, 9 Feb 2017 20:32:48 +0000 (13:32 -0700)
committerTom Tromey <tom@tromey.com>
Fri, 10 Feb 2017 19:24:34 +0000 (12:24 -0700)
commit2d8365c48f797c7b947623eed8b1285d98323b68
tree30b69a2c57b604fc76ed79f739a769bc53f665f6
parent2bb8f231957e2beecfb689a896252b8d9fb67e23
Remove unnecessary local variables

I found an unused local variables in a couple of places in the Python
code; this removes them.

gdb/ChangeLog
2017-02-10  Tom Tromey  <tom@tromey.com>

* python/py-value.c (valpy_richcompare_throw): Remove unnecessary
"cleanup" local.
* python/py-type.c (typy_legacy_template_argument): Remove
unnecessary "cleanup" local.
gdb/ChangeLog
gdb/python/py-type.c
gdb/python/py-value.c
This page took 0.025065 seconds and 4 git commands to generate.