summaryrefslogtreecommitdiffstats
path: root/Python/sysmodule.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-08-07 19:22:48 (GMT)
committerGuido van Rossum <guido@python.org>1997-08-07 19:22:48 (GMT)
commit622f73f1889fbed3b2a3f9639fc46665cde5534a (patch)
tree664eb3b4a5dc9229fc0f07eea27e94d4e381464e /Python/sysmodule.c
parent02c0467f6777281c302b301afe56feef69cafec9 (diff)
downloadcpython-622f73f1889fbed3b2a3f9639fc46665cde5534a.zip
cpython-622f73f1889fbed3b2a3f9639fc46665cde5534a.tar.gz
cpython-622f73f1889fbed3b2a3f9639fc46665cde5534a.tar.bz2
Remove unised variable
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 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;