Trivial cleanup: remove redundant variable stores in ceval.c (#2012)
authorAdrian Wielgosik <adrian17@users.noreply.github.com>
Fri, 23 Jun 2017 20:35:41 +0000 (13:35 -0700)
committerAntoine Pitrou <pitrou@free.fr>
Fri, 23 Jun 2017 20:35:41 +0000 (22:35 +0200)
commit50c2850fc86d1aeee901029d28a8d64899c8e7e5
tree4c82be4d5887a0bde1208ac9ec44da41d664fa0a
parent48fbe52ac71ea711a4701db909ad1ce2647b09fd
Trivial cleanup: remove redundant variable stores in ceval.c (#2012)

Redundant code leftover from cleanup in #16191: the variable `err` is being written to, even though it wasn't used after that point.
Python/ceval.c