diff options
| author | Jack Jansen <jack.jansen@cwi.nl> | 1995-08-31 13:51:58 +0000 |
|---|---|---|
| committer | Jack Jansen <jack.jansen@cwi.nl> | 1995-08-31 13:51:58 +0000 |
| commit | e220f509ec9aa1024b0202c5e45e9f1a828f0fb8 (patch) | |
| tree | aebe5b276bfb487b276664836d1603f15dbaa03b | |
| parent | a6a55e9852163c4331b4f4cf25a92c5420cc90b2 (diff) | |
| download | cpython-git-e220f509ec9aa1024b0202c5e45e9f1a828f0fb8.tar.gz | |
removed unused var
| -rw-r--r-- | Mac/mwerks/mwfopenrf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Mac/mwerks/mwfopenrf.c b/Mac/mwerks/mwfopenrf.c index cd8615a123..e07cf507b3 100644 --- a/Mac/mwerks/mwfopenrf.c +++ b/Mac/mwerks/mwfopenrf.c @@ -16,7 +16,6 @@ fopenRF(name, mode) char *mode; { int fd; - FILE *fp; int modebits = -1; int extramodebits = 0; char *modep; |
