diff options
Diffstat (limited to 'Modules/pcremodule.c')
-rw-r--r-- | Modules/pcremodule.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/pcremodule.c b/Modules/pcremodule.c index 07a36fa..40efd03 100644 --- a/Modules/pcremodule.c +++ b/Modules/pcremodule.c @@ -193,7 +193,6 @@ PyPcre_compile(self, args) PyObject *dictionary; char *pattern; const char *error; - int num_zeros, i, j; int options, erroroffset; if (!PyArg_ParseTuple(args, "siO!", &pattern, &options, |