Skip to content

Commit baccfb9

Browse files
committed
Remove zstd version check in the header file
1 parent 120c9d4 commit baccfb9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Modules/_zstd/_zstdmodule.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,6 @@ Python module.
1212
#include "zdict.h"
1313

1414

15-
// if you update the minimum version, you should update the compile
16-
// check in configure.ac
17-
#define PYTHON_MINIMUM_SUPPORTED_ZSTD_VERSION 10405
18-
19-
#if ZSTD_VERSION_NUMBER < PYTHON_MINIMUM_SUPPORTED_ZSTD_VERSION
20-
#error "_zstd module requires zstd v1.4.5+"
21-
#endif
22-
2315
/* Forward declaration of module state */
2416
typedef struct _zstd_state _zstd_state;
2517

0 commit comments

Comments
 (0)