Remove unused variable

This commit is contained in:
Antoine Pitrou 2011-10-11 04:06:47 +02:00
parent 2871698546
commit 699cd9f7f1
1 changed files with 0 additions and 1 deletions

View File

@ -1126,7 +1126,6 @@ scanner_init(PyObject *self, PyObject *args, PyObject *kwds)
PyObject *ctx;
static char *kwlist[] = {"context", NULL};
PyScannerObject *s;
_Py_identifier(strict);
assert(PyScanner_Check(self));
s = (PyScannerObject *)self;