mirror of
https://github.com/python/cpython.git
synced 2025-11-01 14:11:41 +00:00
Removed unused var
This commit is contained in:
parent
5674e4ec17
commit
a6d78c44a7
2 changed files with 0 additions and 5 deletions
|
|
@ -35,7 +35,6 @@ class ResMethod(ResMixIn, MethodGenerator): pass
|
|||
PyObject *OptResObj_New(itself)
|
||||
Handle itself;
|
||||
{
|
||||
ResourceObject *it;
|
||||
if (itself == NULL) {
|
||||
Py_INCREF(Py_None);
|
||||
return Py_None;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue