Remove unised variable

This commit is contained in:
Guido van Rossum 1997-08-07 19:22:48 +00:00
parent 02c0467f67
commit 622f73f188
1 changed files with 0 additions and 1 deletions

View File

@ -273,7 +273,6 @@ PyObject *
_PySys_Init() _PySys_Init()
{ {
extern int fclose Py_PROTO((FILE *)); extern int fclose Py_PROTO((FILE *));
PyThreadState *tstate;
PyObject *m, *v, *sysdict; PyObject *m, *v, *sysdict;
PyObject *sysin, *sysout, *syserr; PyObject *sysin, *sysout, *syserr;