Remove unused variable
This commit is contained in:
parent
2871698546
commit
699cd9f7f1
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue