Kaydet (Commit) 699cd9f7 authored tarafından Antoine Pitrou's avatar Antoine Pitrou

Remove unused variable

üst 28716985
...@@ -1126,7 +1126,6 @@ scanner_init(PyObject *self, PyObject *args, PyObject *kwds) ...@@ -1126,7 +1126,6 @@ scanner_init(PyObject *self, PyObject *args, PyObject *kwds)
PyObject *ctx; PyObject *ctx;
static char *kwlist[] = {"context", NULL}; static char *kwlist[] = {"context", NULL};
PyScannerObject *s; PyScannerObject *s;
_Py_identifier(strict);
assert(PyScanner_Check(self)); assert(PyScanner_Check(self));
s = (PyScannerObject *)self; s = (PyScannerObject *)self;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment