Explorar o código

Remove unused header from the Zstandard compression backend.

Since we stopped looking at Zstandard error codes there is no need to
include the zstd_errors.h header file anymore.
Alexander Færøy %!s(int64=8) %!d(string=hai) anos
pai
achega
fac8ac0e4a
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/common/compress_zstd.c

+ 0 - 1
src/common/compress_zstd.c

@@ -20,7 +20,6 @@
 
 #ifdef HAVE_ZSTD
 #include <zstd.h>
-#include <zstd_errors.h>
 #endif
 
 /** Total number of bytes allocated for Zstandard state. */