mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Removed unused variables
This commit is contained in:
parent
fc72d36825
commit
83f45401e8
1 changed files with 1 additions and 4 deletions
|
|
@ -59,11 +59,8 @@ __sinit(InitBlockPtr data)
|
||||||
void
|
void
|
||||||
PyMac_AddLibResources()
|
PyMac_AddLibResources()
|
||||||
{
|
{
|
||||||
OSErr err;
|
|
||||||
short fd, curfd;
|
|
||||||
|
|
||||||
if ( !library_fss_valid )
|
if ( !library_fss_valid )
|
||||||
return;
|
return;
|
||||||
fd = FSpOpenResFile(&library_fss, fsRdPerm);
|
(void)FSpOpenResFile(&library_fss, fsRdPerm);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue