Remove unused variable

This commit is contained in:
Neal Norwitz 2006-02-18 23:26:27 +00:00
parent 1f63670a2a
commit 093ab1aa03

View file

@ -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))