]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove _Py_hashtable_delete()
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 22 Mar 2016 11:25:04 +0000 (12:25 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 22 Mar 2016 11:25:04 +0000 (12:25 +0100)
commit58100059acb89179530036b4649f91cc679ea12b
tree9d3c2376d22f601e2aaa312aa4ba1cf37cd11472
parentc9553876ae88b7f1494cff826c8f7a08c2ac5614
Remove _Py_hashtable_delete()

Issue #26588: Remove _Py_hashtable_delete() from hashtable.h since the function
is not used. Keep the C code in hashtable.c as commented code if someone needs
it later.
Modules/hashtable.c
Modules/hashtable.h