Bläddra i källkod

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 8 år sedan
förälder
incheckning
fac8ac0e4a
1 ändrade filer med 0 tillägg och 1 borttagningar
  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. */