From 699cd9f7f175b4adb18577ae2e5faed329544713 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Tue, 11 Oct 2011 04:06:47 +0200 Subject: Remove unused variable --- Modules/_json.c | 1 - 1 file changed, 1 deletion(-) 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; -- cgit v0.12