Commit 622f73f1 authored by Guido van Rossum's avatar Guido van Rossum

Remove unised variable

parent 02c0467f
......@@ -273,7 +273,6 @@ PyObject *
_PySys_Init()
{
extern int fclose Py_PROTO((FILE *));
PyThreadState *tstate;
PyObject *m, *v, *sysdict;
PyObject *sysin, *sysout, *syserr;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment