summaryrefslogtreecommitdiff
path: root/Python/sysmodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/sysmodule.c')
-rw-r--r--Python/sysmodule.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/sysmodule.c b/Python/sysmodule.c
index 68b176f430..96f10f3c01 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;