commit | 699cd9f7f175b4adb18577ae2e5faed329544713 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Oct 11 04:06:47 2011 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Oct 11 04:06:47 2011 +0200 |
tree | 86b6adeee52cb7776779f476afcfb91997b8f2c2 | |
parent | 28716985466df10b7eb1ad34816e2d273b228b07 [diff] |
Remove unused variable
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 @@ PyObject *ctx; static char *kwlist[] = {"context", NULL}; PyScannerObject *s; - _Py_identifier(strict); assert(PyScanner_Check(self)); s = (PyScannerObject *)self;