summaryrefslogtreecommitdiffstats
path: root/Mac/Modules
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-08-07 15:28:52 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2001-08-07 15:28:52 (GMT)
commitb927285c038ee2af58a3272c895eb78305daa3be (patch)
treedb6a49b191782d248d9dd88572721e60cb3acae5 /Mac/Modules
parentcf68425b122e72e7af168e45204ebd72f992c16c (diff)
downloadcpython-b927285c038ee2af58a3272c895eb78305daa3be.zip
cpython-b927285c038ee2af58a3272c895eb78305daa3be.tar.gz
cpython-b927285c038ee2af58a3272c895eb78305daa3be.tar.bz2
Removed unused variable.
Diffstat (limited to 'Mac/Modules')
-rw-r--r--Mac/Modules/macfsmodule.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Mac/Modules/macfsmodule.c b/Mac/Modules/macfsmodule.c
index d76f160..af5d390 100644
--- a/Mac/Modules/macfsmodule.c
+++ b/Mac/Modules/macfsmodule.c
@@ -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;