summaryrefslogtreecommitdiffstats
path: root/Mac/mwerks/mwfopenrf.c
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1995-08-31 13:51:58 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1995-08-31 13:51:58 (GMT)
commite220f509ec9aa1024b0202c5e45e9f1a828f0fb8 (patch)
treeaebe5b276bfb487b276664836d1603f15dbaa03b /Mac/mwerks/mwfopenrf.c
parenta6a55e9852163c4331b4f4cf25a92c5420cc90b2 (diff)
downloadcpython-e220f509ec9aa1024b0202c5e45e9f1a828f0fb8.zip
cpython-e220f509ec9aa1024b0202c5e45e9f1a828f0fb8.tar.gz
cpython-e220f509ec9aa1024b0202c5e45e9f1a828f0fb8.tar.bz2
removed unused var
Diffstat (limited to 'Mac/mwerks/mwfopenrf.c')
-rw-r--r--Mac/mwerks/mwfopenrf.c1
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;