mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Issue #3080: Remove unused argument of _PyImport_GetDynLoadFunc()
The first argument, fqname, was not used.
This commit is contained in:
parent
9b99b448f7
commit
42040fb665
8 changed files with 10 additions and 11 deletions
|
@ -154,7 +154,7 @@ aix_loaderror(const char *pathname)
|
|||
}
|
||||
|
||||
|
||||
dl_funcptr _PyImport_GetDynLoadFunc(const char *fqname, const char *shortname,
|
||||
dl_funcptr _PyImport_GetDynLoadFunc(const char *shortname,
|
||||
const char *pathname, FILE *fp)
|
||||
{
|
||||
dl_funcptr p;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue