mirror of
https://github.com/python/cpython.git
synced 2025-09-29 11:45:57 +00:00
removed unused var
This commit is contained in:
parent
a6a55e9852
commit
e220f509ec
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ fopenRF(name, mode)
|
||||||
char *mode;
|
char *mode;
|
||||||
{
|
{
|
||||||
int fd;
|
int fd;
|
||||||
FILE *fp;
|
|
||||||
int modebits = -1;
|
int modebits = -1;
|
||||||
int extramodebits = 0;
|
int extramodebits = 0;
|
||||||
char *modep;
|
char *modep;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue