diff options
author | Guido van Rossum <guido@python.org> | 1997-08-07 19:22:48 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-08-07 19:22:48 (GMT) |
commit | 622f73f1889fbed3b2a3f9639fc46665cde5534a (patch) | |
tree | 664eb3b4a5dc9229fc0f07eea27e94d4e381464e /Python/sysmodule.c | |
parent | 02c0467f6777281c302b301afe56feef69cafec9 (diff) | |
download | cpython-622f73f1889fbed3b2a3f9639fc46665cde5534a.zip cpython-622f73f1889fbed3b2a3f9639fc46665cde5534a.tar.gz cpython-622f73f1889fbed3b2a3f9639fc46665cde5534a.tar.bz2 |
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 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; |