Skip to content

Commit afb14b8

Browse files
author
neal.norwitz
committed
Remove unused variable
git-svn-id: http://svn.python.org/projects/python/trunk@42474 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent d4dbb91 commit afb14b8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Modules/bz2module.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,6 @@ BZ2File_seek(BZ2FileObject *self, PyObject *args)
985985
size_t readsize;
986986
int chunksize;
987987
int bzerror;
988-
int rewind = 0;
989988
PyObject *ret = NULL;
990989

991990
if (!PyArg_ParseTuple(args, "O|i:seek", &offobj, &where))

0 commit comments

Comments
 (0)