summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Python/sysmodule.c1
1 files changed, 0 insertions, 1 deletions
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 @@ PyObject *
_PySys_Init()
{
extern int fclose Py_PROTO((FILE *));
- PyThreadState *tstate;
PyObject *m, *v, *sysdict;
PyObject *sysin, *sysout, *syserr;