[tor-commits] [tor/master] Remove unused header from the Zstandard compression backend.
nickm at torproject.org
nickm at torproject.org
Wed Apr 26 18:23:22 UTC 2017
commit fac8ac0e4ad3b0172e7c37be446afc1d9073babb
Author: Alexander Færøy <ahf at torproject.org>
Date: Wed Apr 26 02:54:34 2017 +0200
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.
---
src/common/compress_zstd.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/common/compress_zstd.c b/src/common/compress_zstd.c
index deaefc1..4f642c2 100644
--- a/src/common/compress_zstd.c
+++ b/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. */
More information about the tor-commits
mailing list