Commit 093ab1aa authored by Neal Norwitz's avatar Neal Norwitz

Remove unused variable

parent 1f63670a
......@@ -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))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment