commit | 622f73f1889fbed3b2a3f9639fc46665cde5534a | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Aug 07 19:22:48 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Aug 07 19:22:48 1997 +0000 |
tree | 664eb3b4a5dc9229fc0f07eea27e94d4e381464e | |
parent | 02c0467f6777281c302b301afe56feef69cafec9 [diff] |
Remove unised variable
diff --git a/Python/sysmodule.c b/Python/sysmodule.c index 68b176f..96f10f3 100644 --- a/Python/sysmodule.c +++ b/Python/sysmodule.c
@@ -273,7 +273,6 @@ _PySys_Init() { extern int fclose Py_PROTO((FILE *)); - PyThreadState *tstate; PyObject *m, *v, *sysdict; PyObject *sysin, *sysout, *syserr;