From 093ab1aa03f9b049496c3fd8d3006b053aa4f9a4 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Sat, 18 Feb 2006 23:26:27 +0000 Subject: [PATCH] Remove unused variable --- Modules/bz2module.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Modules/bz2module.c b/Modules/bz2module.c index 6dd1dbbc4c7..c8fab7a59b0 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))