Commit 726e013e authored by Neal Norwitz's avatar Neal Norwitz

Remove unused variable reported by Walter Dörwald

parent 8e8af6e7
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment