Skip to content

Commit cda92a9

Browse files
committed
Remove unused variable
1 parent e9faa2d commit cda92a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/isal/isal_zlib.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,6 @@ PyDoc_STRVAR(isal_zlib_decompressobj__doc__,
911911
static PyObject *
912912
isal_zlib_decompressobj(PyObject *module, PyObject *args, PyObject *kwargs)
913913
{
914-
PyObject *return_value = NULL;
915914
char *keywords[] = {"wbits", "zdict", NULL};
916915
char *format = "|iO:decompressobj";
917916
int wbits = ISAL_DEF_MAX_HIST_BITS;

0 commit comments

Comments
 (0)