Skip to content

Commit 699cd9f

Browse files
committed
Remove unused variable
1 parent 2871698 commit 699cd9f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Modules/_json.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,6 @@ scanner_init(PyObject *self, PyObject *args, PyObject *kwds)
11261126
PyObject *ctx;
11271127
static char *kwlist[] = {"context", NULL};
11281128
PyScannerObject *s;
1129-
_Py_identifier(strict);
11301129

11311130
assert(PyScanner_Check(self));
11321131
s = (PyScannerObject *)self;

0 commit comments

Comments
 (0)