Kaydet (Commit) 726e013e authored tarafından Neal Norwitz's avatar Neal Norwitz

Remove unused variable reported by Walter Dörwald

üst 8e8af6e7
...@@ -158,7 +158,7 @@ static PyMethodDef pwd_methods[] = { ...@@ -158,7 +158,7 @@ static PyMethodDef pwd_methods[] = {
DL_EXPORT(void) DL_EXPORT(void)
initpwd(void) initpwd(void)
{ {
PyObject *m, *d; PyObject *m;
m = Py_InitModule3("pwd", pwd_methods, pwd__doc__); m = Py_InitModule3("pwd", pwd_methods, pwd__doc__);
PyStructSequence_InitType(&StructPwdType, &struct_pwd_type_desc); 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