Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 622f73f

Browse files
committed
Remove unised variable
1 parent 02c0467 commit 622f73f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Python/sysmodule.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,6 @@ PyObject *
273273
_PySys_Init()
274274
{
275275
extern int fclose Py_PROTO((FILE *));
276-
PyThreadState *tstate;
277276
PyObject *m, *v, *sysdict;
278277
PyObject *sysin, *sysout, *syserr;
279278

0 commit comments

Comments
 (0)