mirror of
https://github.com/python/cpython.git
synced 2026-05-18 10:24:42 -04:00
Removed unnecessary conditional (spotted by Neal Norwitz).
This commit is contained in:
+1
-1
@@ -882,7 +882,7 @@ r_object(RFILE *p)
|
||||
break;
|
||||
}
|
||||
}
|
||||
retval = (v == NULL) ? NULL : v;
|
||||
retval = v;
|
||||
break;
|
||||
|
||||
case TYPE_CODE:
|
||||
|
||||
Reference in New Issue
Block a user