summaryrefslogtreecommitdiff
path: root/Python/sysmodule.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-08-07 19:22:48 +0000
committerGuido van Rossum <guido@python.org>1997-08-07 19:22:48 +0000
commitc5be10e0a9dd9197750520f086b47e4cd26be622 (patch)
treea778605474535a78111fee1a2551070160c34f35 /Python/sysmodule.c
parenta364d8ccbc5bc63d4ad90d4001bc6f3619b9b502 (diff)
downloadcpython-c5be10e0a9dd9197750520f086b47e4cd26be622.tar.gz
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 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;