Removed unused variable.
This commit is contained in:
parent
cf68425b12
commit
b927285c03
|
@ -1196,8 +1196,6 @@ PyMac_GetFSRef(PyObject *v, FSRef *fsr)
|
||||||
#if TARGET_API_MAC_OS8
|
#if TARGET_API_MAC_OS8
|
||||||
return 0;
|
return 0;
|
||||||
#else
|
#else
|
||||||
OSErr err;
|
|
||||||
|
|
||||||
/* If it's an FSRef we're also okay. */
|
/* If it's an FSRef we're also okay. */
|
||||||
if (_mfs_GetFSRefFromFSRef(v, fsr))
|
if (_mfs_GetFSRefFromFSRef(v, fsr))
|
||||||
return 1;
|
return 1;
|
||||||
|
|
Loading…
Reference in New Issue