]> granicus.if.org Git - python/commitdiff
Removed unused variable.
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 7 Aug 2001 15:28:52 +0000 (15:28 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 7 Aug 2001 15:28:52 +0000 (15:28 +0000)
Mac/Modules/macfsmodule.c

index d76f16071f21a66f55068c4b2493b38f76068718..af5d3905a0df2acd5ea5e5faf05057965834c93b 100644 (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;