diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1995-08-31 13:51:58 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1995-08-31 13:51:58 (GMT) |
commit | e220f509ec9aa1024b0202c5e45e9f1a828f0fb8 (patch) | |
tree | aebe5b276bfb487b276664836d1603f15dbaa03b /Mac | |
parent | a6a55e9852163c4331b4f4cf25a92c5420cc90b2 (diff) | |
download | cpython-e220f509ec9aa1024b0202c5e45e9f1a828f0fb8.zip cpython-e220f509ec9aa1024b0202c5e45e9f1a828f0fb8.tar.gz cpython-e220f509ec9aa1024b0202c5e45e9f1a828f0fb8.tar.bz2 |
removed unused var
Diffstat (limited to 'Mac')
-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 cd8615a..e07cf50 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; |