]> granicus.if.org Git - python/commit
bpo-38210: Fix compiler warning in dictobject.c (GH-16611)
authorVictor Stinner <vstinner@python.org>
Mon, 7 Oct 2019 10:28:16 +0000 (12:28 +0200)
committerGitHub <noreply@github.com>
Mon, 7 Oct 2019 10:28:16 +0000 (12:28 +0200)
commitd97f1ce6dba6c4aa5614adc06ad2e0948709845c
treea7a6bb1ba3e10f4a3a5a386d4c9f32d839769bbc
parented8efd8e2c993e9d0528ffb875f73e2aefada068
bpo-38210: Fix compiler warning in dictobject.c (GH-16611)

The "tmp" variable is no longer used.