summaryrefslogtreecommitdiffstats
path: root/Modules/_json.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/_json.c')
-rw-r--r--Modules/_json.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/_json.c b/Modules/_json.c
index f777de5..e49d1b2 100644
--- a/Modules/_json.c
+++ b/Modules/_json.c
@@ -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;