mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
Removed unnecessary conditional (spotted by Neal Norwitz).
This commit is contained in:
parent
e84ada3d95
commit
bf3d1d5dc8
1 changed files with 1 additions and 1 deletions
|
@ -882,7 +882,7 @@ r_object(RFILE *p)
|
|||
break;
|
||||
}
|
||||
}
|
||||
retval = (v == NULL) ? NULL : v;
|
||||
retval = v;
|
||||
break;
|
||||
|
||||
case TYPE_CODE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue