mirror of
https://github.com/python/cpython.git
synced 2025-09-28 19:25:27 +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;
|
||||
{
|
||||
int fd;
|
||||
FILE *fp;
|
||||
int modebits = -1;
|
||||
int extramodebits = 0;
|
||||
char *modep;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue