Removed unused variable.

This commit is contained in:
Jack Jansen 2001-08-07 15:28:52 +00:00
parent cf68425b12
commit b927285c03
1 changed files with 0 additions and 2 deletions

View File

@ -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;