diff options
-rw-r--r-- | Modules/bz2module.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/bz2module.c b/Modules/bz2module.c index 6dd1dbb..c8fab7a 100644 --- a/Modules/bz2module.c +++ b/Modules/bz2module.c @@ -985,7 +985,6 @@ BZ2File_seek(BZ2FileObject *self, PyObject *args) size_t readsize; int chunksize; int bzerror; - int rewind = 0; PyObject *ret = NULL; if (!PyArg_ParseTuple(args, "O|i:seek", &offobj, &where)) |