mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Removed unused variable.
This commit is contained in:
parent
cf68425b12
commit
b927285c03
1 changed files with 0 additions and 2 deletions
|
@ -1196,8 +1196,6 @@ PyMac_GetFSRef(PyObject *v, FSRef *fsr)
|
|||
#if TARGET_API_MAC_OS8
|
||||
return 0;
|
||||
#else
|
||||
OSErr err;
|
||||
|
||||
/* If it's an FSRef we're also okay. */
|
||||
if (_mfs_GetFSRefFromFSRef(v, fsr))
|
||||
return 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue