From: Guido van Rossum Date: Thu, 7 Aug 1997 19:22:48 +0000 (+0000) Subject: Remove unised variable X-Git-Tag: v1.5a3~123 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=622f73f1889fbed3b2a3f9639fc46665cde5534a;p=thirdparty%2FPython%2Fcpython.git Remove unised variable --- diff --git a/Python/sysmodule.c b/Python/sysmodule.c index 68b176f43075..96f10f3c01d0 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;