]> granicus.if.org Git - python/commit
Issue #3080: Remove unused argument of _PyImport_GetDynLoadFunc()
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 22 Feb 2011 23:16:19 +0000 (23:16 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 22 Feb 2011 23:16:19 +0000 (23:16 +0000)
commit42040fb66571cbd3929f3141d6841d2e4fe047a0
tree7cddee76b9ed51aa8cccc49bac6019324f3a9a62
parent9b99b448f79fcb004e1c45b47fd6fe869635f445
Issue #3080: Remove unused argument of _PyImport_GetDynLoadFunc()

The first argument, fqname, was not used.
Python/dynload_aix.c
Python/dynload_dl.c
Python/dynload_hpux.c
Python/dynload_next.c
Python/dynload_os2.c
Python/dynload_shlib.c
Python/dynload_win.c
Python/importdl.c