]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Remove superfluous build-time options 2230/head
authorCarl Woffenden <cwoffenden@gmail.com>
Wed, 8 Jul 2020 09:39:17 +0000 (11:39 +0200)
committerCarl Woffenden <cwoffenden@gmail.com>
Wed, 8 Jul 2020 09:39:17 +0000 (11:39 +0200)
contrib/single_file_libs/zstd-in.c
contrib/single_file_libs/zstddeclib-in.c

index d18db202bd7627a3983a38937692a4b7deb4d80b..5f403e3127efccde15930766338e3dc1638c4f71 100644 (file)
@@ -39,9 +39,6 @@
 #undef  XXH_INLINE_ALL
 #define XXH_INLINE_ALL
 #define ZSTD_LEGACY_SUPPORT 0
-#define ZSTD_LIB_DICTBUILDER 0
-#define ZSTD_LIB_DEPRECATED 0
-#define ZSTD_NOBENCH
 #ifndef __EMSCRIPTEN__
 #define ZSTD_MULTITHREAD
 #endif
index a9083dd34b52275afd27c4e225100d4c825a63da..ea5775087beffbfba9def8d5f4bc7653ff78e232 100644 (file)
@@ -37,9 +37,6 @@
 #undef  XXH_INLINE_ALL
 #define XXH_INLINE_ALL
 #define ZSTD_LEGACY_SUPPORT 0
-#define ZSTD_LIB_COMPRESSION 0
-#define ZSTD_LIB_DEPRECATED 0
-#define ZSTD_NOBENCH
 #define ZSTD_STRIP_ERROR_STRINGS
 
 #include "common/debug.c"