Remove unused variable reported by Walter Dörwald
This commit is contained in:
parent
8e8af6e722
commit
726e013eff
|
@ -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…
Reference in New Issue