mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Remove unused variable reported by Walter Dörwald
This commit is contained in:
parent
8e8af6e722
commit
726e013eff
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ static PyMethodDef pwd_methods[] = {
|
|||
DL_EXPORT(void)
|
||||
initpwd(void)
|
||||
{
|
||||
PyObject *m, *d;
|
||||
PyObject *m;
|
||||
m = Py_InitModule3("pwd", pwd_methods, pwd__doc__);
|
||||
|
||||
PyStructSequence_InitType(&StructPwdType, &struct_pwd_type_desc);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue