mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Remove unused variable
This commit is contained in:
parent
2871698546
commit
699cd9f7f1
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue