diff options
author | Guido van Rossum <guido@python.org> | 1997-08-07 19:22:48 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-08-07 19:22:48 +0000 |
commit | c5be10e0a9dd9197750520f086b47e4cd26be622 (patch) | |
tree | a778605474535a78111fee1a2551070160c34f35 /Python/sysmodule.c | |
parent | a364d8ccbc5bc63d4ad90d4001bc6f3619b9b502 (diff) | |
download | cpython-c5be10e0a9dd9197750520f086b47e4cd26be622.tar.gz |
Remove unised variable
Diffstat (limited to 'Python/sysmodule.c')
-rw-r--r-- | Python/sysmodule.c | 1 |
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; |