Skip to content

Commit 1fb521a

Browse files
committed
fixup! Respond to review comments
1 parent f40f008 commit 1fb521a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Modules/_zstd/compressor.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -714,8 +714,6 @@ PyDoc_STRVAR(ZstdCompressor_last_mode_doc,
714714
static PyMemberDef ZstdCompressor_members[] = {
715715
{"last_mode", Py_T_INT, offsetof(ZstdCompressor, last_mode),
716716
Py_READONLY, ZstdCompressor_last_mode_doc},
717-
{"compression_level", Py_T_INT, offsetof(ZstdCompressor, compression_level),
718-
Py_READONLY, NULL},
719717
{NULL}
720718
};
721719

0 commit comments

Comments
 (0)