mirror of https://github.com/python/cpython
Remove unised variable
This commit is contained in:
parent
02c0467f67
commit
622f73f188
|
@ -273,7 +273,6 @@ PyObject *
|
|||
_PySys_Init()
|
||||
{
|
||||
extern int fclose Py_PROTO((FILE *));
|
||||
PyThreadState *tstate;
|
||||
PyObject *m, *v, *sysdict;
|
||||
PyObject *sysin, *sysout, *syserr;
|
||||
|
||||
|
|
Loading…
Reference in New Issue