projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f63670
)
Remove unused variable
author
Neal Norwitz
<nnorwitz@gmail.com>
Sat, 18 Feb 2006 23:26:27 +0000
(23:26 +0000)
committer
Neal Norwitz
<nnorwitz@gmail.com>
Sat, 18 Feb 2006 23:26:27 +0000
(23:26 +0000)
Modules/bz2module.c
patch
|
blob
|
history
diff --git
a/Modules/bz2module.c
b/Modules/bz2module.c
index 6dd1dbbc4c79d0ab5fd9fb62cbb806b27f1930b7..c8fab7a59b0ce92a791c1a936d80565da3e2e2c8 100644
(file)
--- 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))